/* edsplash.css*/

html,body{
margin: 0px;
width:100%;
height:100%
}

body {
background:url(images/SplashBG.jpg) repeat-x;
}

.container{
width:100%;
height:100%;
background:url(images/mainimage.jpg) no-repeat;
}

div.splashtext{
position:absolute;
top:240px;
left:300px;
line-height:14pt;
padding-right:30px;}