html {
	width:100%;
	height:100%;
}

body {
	background-color: #002d48;
	background-image: url(../img/bg_splash.gif);
	background-repeat: repeat-x repeat-y;
	height: 100%;
}

#splash {
	position: absolute;
	top: 50%;
	height: 200px;
	margin-top: -100px; /* negative half of the height */
	width: 500px;
	left: 50%;
	margin-left: -250px; /* - (width/2)  */
}
