body{
text-align: center;
} 

#container{
width: 800px;
height: 1000px;
border: 1px solid black;
margin-left: auto;
margin-right: auto;
text-align: center;
position: relative;
}

#banner{
padding: 0px 0px 0px 0px;
margin-bottom: 0px;
height: 150px;
border-top: 0px solid #003366;
border-bottom: 1px solid #003366;
background-position: left;
background-repeat: no-repeat;
}

#body{
text-align:center;
position: absolute;
}
