html, body {
	margin:0;
	padding:0;
	height:100%;
	font-size:100.1%;
	text-align:center;
	background:#000722 url(design/enter-bg.jpg) repeat-x;
}
#container{
	margin:auto;
	width:983px;
	text-align:center;
	
}
#entersplash{
	float:left;	display:inline;
	width:983px; height:643px;
	margin-top:20px;
	background:url(design/entersplash.jpg) no-repeat;
}
h1{
	float:right; display:inline;
	margin:0 18px 0 0; padding:0;	
	color:#ffff00;
	font-size:8pt; font-family:Verdana; font-weight:normal;
	
}

