body { 
background-image:url(images/background.jpg);
background-repeat:repeat; 
background-position:center;
}

.main{
width:900px;
height:500px;
border:1;
bordercolor:#b48350;
cellpadding:0; 
cellspacing:0;
}

.navbar{
width:900px;
height:21px;
border::0px;
cellpadding:0; 
cellspacing:0;
}

.content{
width:900px;
height:475px;
border:0;
background-color:#b48350;
cellpadding:0; 
cellspacing:0;

}

.footer{
width:708px;
color:#fff;
font-size:8pt;
font-family:Verdana;

}