body{
	background-color:#333333;
	margin:0px;
	font-family:Arial;
	font-size:11px;
}

#container{
	width:800px;
	height:540px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-270px;
	background-color:#ffffff;
}

a:link, a:visited, a:active{
	color:#E30079;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}