@charset "utf-8";
/* CSS Document */
body, html{
	background-color:#000000;
	margin:0px;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#D1D1D1;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B7B7B7;
	text-decoration:none;
}
img{
	border:none;
}
#splash{
	width:102px;
	height:130px;
	position:relative;
	left:50%;
	top:50%;
	margin-left:-69px;
	margin-top:-69px;
}
#email{
	text-align:center;
	position:relative;
	top:80%;
}
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	position:relative;
	top:80%;
}