body {


background-color:#336699;
margin:20px;
padding:0px;
text-align:center;
height:100%;
min-height: 100%
}

div#container {

width:1000px;
height:100%;
margin:-15px auto 0 auto;
padding:0px;
position:relative;

}

div#banner {

width:900px;
height:100px;

position:absolute;
left:25px;
top:0px;

}

div#left {

border:3px solid white;
position:absolute;
top:100px;
left:20px;

padding:0px;

width:300px;
height:650px;

}

div#middle {

border:3px solid white;
position:absolute;
top:100px;
left:330px;

padding:0px;

width:300px;
height:650px;

}

div#right {

border:3px solid white;
position:absolute;
top:100px;
left:640px;

padding:0px;

width:300px;
height:650px;

}