body
{
	background-color:Black;
	margin:0px;
}
body.main
{
	background: #000000;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 10px;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	text-align: center;
}

#outerDiv
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 950px;
	height: 560px;
	margin-left: -475px; /* half of width */
	margin-top:-280px;  /* half of height */
	background-color:#000000;
	border-width: 3px;
}
.whiteText
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:White;
}
