/* CSS Document */
body{
margin-top:0px;
background-image:url(../images/bg1.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
margin-left:0px;
margin-right:0px;
}

#screen{
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
float:left;
padding:0px;
margin:0px;
width:100%;
}

#left{ width:10px; height:1200px; margin-left:auto; margin-right:auto; background-image:url(../images/leftbg.jpg); background-repeat:repeat-y; float:right;
}
#wapper{
width:950px;
height:1200px;
margin-left:auto;
margin-right:auto;
background-color:#FDFDFD;
}

#logo{
width:950px;
height:100px;
float:left;
}

#leftcolumn{
width:440px;
height:1050px;
float:left;
}

#welcome{
width:400px;
height:460px;
float:left;
background-color:#EFEFEF;
border-color:#666666;
border-style:dashed;
border-width:thin;
margin:10px;
padding:10px;
}

#bundedoiltanks{
width:450px;
height:980px;
float:left;
background-color:#EFEFEF;
border-color:#666666;
border-style:dotted;
border-width:1px;
margin:10px;
padding:10px;
}

#ecosuretanks{
width:400px;
height:500px;
float:left;
background-color:#ffffff;
border-color:#666666;
border-style:dotted;
border-width:1px;
margin:10px;
padding:10px;
}

#footer{
width:910px;
height:110px;
float:left;
margin:10px;
padding:10px;
text-align:center;
}