/* CSS Document */

#body  

  { background-color: #330066; background-image: none; text-align: center; margin: 0 auto }

#container         {
	background-color: #330066;
	background-image: none;
	background-position: 100% 100%;
	text-align: center;
	margin: 100px auto 0;
	position: relative;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style: italic;
}

