
body {

 margin:0;
 padding:0;
 text-align:center;
 background-color:white;

}


.splash {

width:974px;
height:595px;
background-image:url(splash.jpg);
background-repeat:no-repeat;
background-position:center;
position:relative;

}


