body {
	background : #eee url("../gfx/bg_splash.gif") repeat-x;
	margin : 0px;	
	height : 100%;
	font : 10px verdana;
}

#splash {
	margin : auto;
	width : 360px;
	padding-top : 320px;
	background : url("../gfx/logo_splash.gif") no-repeat top center;
	font-weight : bold;
	color : #888;
	text-align : center;
}

#splash img {
	border : 1px solid #888;
	margin-left : 3px;
	margin-right : 3px;
}