@charset "UTF-8";
/* CSS Document */

body{
line-height:1.5 em;
/*background-color:#e5e4d2;*/
padding: 0px;
margin: 0px;
background-image:url(images/background_splash.jpg);
background-repeat:repeat;
}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0; /*Center container on page*/
padding: 0px;
/*background-image:url(images/background.jpg);
background-repeat: repeat;*/
position:relative;
}

#splash{
width:305px;
height:473px;
margin:50px auto;
}

