#splash {
	position:absolute;
	padding: 0px;
	top:50%;
	left:50%;    
	width: 594px;
	height: 356px;
	background: url(Splash.jpg) no-repeat;
	margin-left: -300px;
	margin-top: -190px;	
}

.splashlinkhome {
	position: absolute;
	cursor: pointer;
	padding: 0px;
	top:50%;
	left:50%; 
	width: 594px;
	height: 356px;
	margin-left: -300px;
	margin-top: -190px;
}

.visoff {
	visibility: hidden;
}

body {
	background-color: #FFE3C1;
}
