body {
	background-color: #000;
	color: #DDD;
	margin: 0;
	padding: 0;
	border: 0;
}
a:link { color:#DDD; }
a:visited { color:#DDD; }
a:hover { color:#DDD; }
a:active { color:#DDD; }
#splash {
	width: 600px;
	height: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -240px;
}
img {
	width: 600px;
	height: 480px;
	margin: 0;
	border: 0;
	padding: 0;
}
