body
{
	background-color: #000;
	text-align: center;
	font-family: Arial, "Courier New", Courier, Sans-Serif;
	font-size: 12px;
	color: #eee;
	padding: 0;
	margin: 0;
	height: 100%;
}
a:link 
{
	color: #eee;
}
a:visited
{
	color: #eee;
}
a:hover
{
	color: #bbb;
}
a:active 
{
	color: #bbb;
}
#splashpic 
{
	position: absolute;
	text-align: center;
	width: 720px;
	height: 576px;
	left: 50%;
	top: 50%;
	margin-left: -360px;
	margin-top: -288px; 

}

