Forum Moderators: not2easy
I omitted some portions such as the flash embed codings to reduce text...
@charset "UTF-8";
/* CSS Document */
* {margin:0; padding: 0;}
body {background-color:#000000; width:100%; height:100%; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.7em; text-align:center}
#wrapper {width:950px; height:100%; background-color:#000000; background-repeat:repeat-x; margin-left:auto; margin-right:auto; margin-bottom:auto}
#column2 {width:950px; background-color:#4B4343; float:left;}
#column2a {width:950px; height:700px; background-color:#000000; float:left;}
#column2b {width:950px; background-color:#4B4343; float:left;}
#column2b1 {width:56px; background-color:#000000; float:left;}
#column2b2 {width:840px; background-color:#4B4343; float:left;}
#column2b3 {width:54px; background-color:#000000; float:left;}
.clearme {clear:both;}
html code:
<div id="wrapper">
<div id="column2">
<div id="column2a">
flash object
</div>
<div id="column2b">
<div id="column2b1"></div>
<div id="column2b2"></div>
<div id="column2b3"></div>
</div>
</div>
<div class="clearme"></div></div>
It has all the ingredients and explanation you need I think.