#container {

width: 900px;

}

#header	{

width: 900px;
height: 100px;
position: relative;
background-image: url(images/header.jpg);

}

#leftnav {

float: left;
width: 200px;
height: 500px;
border-right: 0px;
background-image: url(images/leftnav.jpg);

}

#body {

background-color: #8888ff;

}

#rightnav {

float: right;
width: 200px;
height: 500px;
border-left: 0px;
background-image: url(images/rightnav.jpg);

}

#footer{

width: 900px;
height: 50px;
clear: both;
background-image: url(images/footer.jpg);

}