Forum Moderators: not2easy
gldnratio
HTML:
<div id="wrapper">
<div id="mast"></div>
<div id="menu"></div>
<div id="content"></div>
<div id="sub_content"></div>
<div id="footer"></div>
</div> CSS:
#wrapper { width: 80%; margin: 0 auto; }
#content { width: 60%; float: left; }
#subcontent { width: 40%; float: right; }
#footer { clear: both; } Obviously that's a very generic framework but you get the idea.