html { 
	padding:0px;
	}

img { 
	display: block;
	border: 0px; 
	} 

body {
	background-color: #fff;
	}

a.splash { 
	position: absolute;
	top: 50%; 
	left: 50%;
	margin: -145px 0px 0px -152px;
	text-indent: -2000em;
	text-decoration: none;
	display: block; 
	width: 290px; 
	height: 304px; 
	background: transparent url(../images/splash.jpg) no-repeat;
	} 

a.splash:hover {
	background-position: 0px -304px;
	} 