html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden; 
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:url(images/tail-center.gif) center center repeat-x #eee;
}
div#Splash {
	background:url(images/bg.gif) no-repeat left top;
	width:760px;
	height:500px;
	position:relative;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-380px;	
}

div.indent { 
	padding:99px 0 0 180px; 
	text-align:left;
}
