html, body {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#FFF;
	background-color:#00CCFF;
	height:100%;
}

html, body, form, fieldset, img, iframe, ul, p, h1 {
	margin: 0;
	padding: 0;
}

h1 {
	color:#000;
	font-size:80px;
	padding-bottom:0px;
}

#splash a {
	display:block;
	width:410px;
	height:580px;
	background: url("img/splash.gif") 0px 0px no-repeat;
}

#splash a:hover {
	background-position: -411px 0px;
}