#splashdiv {
	position:absolute;
	padding: 0px;
	top:50%;
	left:50%;    
	width: 769px;
	height: 404px;
	background: url(images/splash_page.jpg) no-repeat;
	margin-left: -384px;
	margin-top: -202px;	
}


#splashfooter {
	position: absolute;
	padding: 0px;
	top:50%;
	left:50%; 
	width: 769px;
	height: 50px;
	margin-left: -384px;
	margin-top: 230px;
}

.visno {
	visibility: hidden;
}

body {background:#FFF url(images/body_bg.png) repeat-x top left; height:100%; margin:0px; padding:0px; }

