#splash {
	position:absolute;
	padding: 0px;
	top:50%;
	left:50%;    
	width: 641px;
	height: 372px;
	background: url(Splash.jpg) no-repeat;
	margin-left: -340px;
	margin-top: -200px;	
}

.splashlinkhome {
	position: absolute;
	cursor: pointer;
	padding: 0px;
	top:50%;
	left:50%; 
	width: 641px;
	height: 372px;
	margin-left: -340px;
	margin-top: -200px;
}

.visoff {
	visibility: hidden;
}

body {
	background-color: #E9E2B4;
}