Forum Moderators: not2easy
#frame {
width:850px;
margin-right:auto;
margin-left:auto;
margin-top:03px;
padding:0px;
text-align:left;
}
#contentcenter {
width:678px;
padding:0px;
float:left;
background-color:#fff;
border-left: 1px solid #dfe5e6;
}
#contentright {
width:169px;
padding:0px;
float:left;
text-align: center;
background-color:#fff;
border-right: 1px solid #dfe5e6;
border-left:1px solid #dfe5e6;
}
#contentheader {
position: relative;
width:850px;
height:123px;
margin: 0 auto;
background-image: url(../images/header.png);
}
#contentfooter {
position: relative;
width:850px;
height:123px;
margin: 0 auto;
text-align:center;
background-image: url(../images/footer.png);
} <div id="frame">
<div id="contentheader"></div>
<div id="contentcenter">content</div>
<div id="contentright">sidebar content</div>
<br clear="all">
</div>
<div id="contentfooter">footer content</div>