/* CSS Document */
body {
margin:0px;
padding:0px;
background-color:#FFFFFF;
}

#splashcontainer {
	position:absolute;
	width:100%;
	height:100%;
	padding:0px;
	top:0px;
	background-color:#FFFFFF;
}

#splashimage {
background-image:url(../images/coming_soon.jpg);
background-repeat:no-repeat;
background-position: center;
position:absolute;
height:800px;
width:100%;
min-width:800px;
}






