@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	background-repeat: repeat;
}

#splash {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 350px;
	margin-top: -175px;
	margin-left: -200px;
	
	top: 50%;
}