Forum Moderators: not2easy
/*content*/
#content {
width:989px;
margin: 0 auto;
}
#contentmain{
background-image:url(images/contentbgmain.png);
background-repeat:repeat-y;
margin:0;
}
#contenttop{
background:url(images/contentbgtop.png) no-repeat top;
height:91px;
margin:0;
}
#contentbot{
background:url(images/contentbgbot.png) no-repeat bottom;
height:114px;
clear:both;
}
#contenttext {
padding:0 40px 0 40px;
margin-top:-60px;
margin-bottom:-70px;
width:900px;
}
#contenttextmain {
width:570px;
float:left;
}
#contenttextside {
width: 315px;
float:right;
} <div id="content">
<div id="contenttop"></div>
<div id="contentmain">
<div id="contenttext">
<div id="contenttextmain">
main text here
</div>
<div id="contenttextside">
sidebar text here
</div>
</div>
</div>
<div id="contentbottom"></div>
</div>
#contentmain{
width: XXpx;
height: YYpx;
background: #fff url(images/contentbgmain.png) repeat-y scroll;
margin: 0;
}
#content_area_new {
padding-top:0px;
margin:0 auto;
padding-bottom:20px;
width:703px;
background-color:#e6e1e1;
clear:both;
}