#splash {
	position:absolute;
	padding: 0px;
	top:50%;
	left:50%;    
	width: 631px;
	height: 286px;
	background: url(Splash.jpg) no-repeat;
	margin-left: -330px;
	margin-top: -152px;	
}

.splashlinkhome {
	position: absolute;
	cursor: pointer;
	padding: 0px;
	top:50%;
	left:50%; 
	width: 631px;
	height: 286px;
	margin-left: -330px;
	margin-top: -152px;
}

.visoff {
	visibility: hidden;
}

body {
	background-color: #FFED63;
}
