html, body { width: 100%; overflow-x: hidden; }

div#bodyLeft { position: absolute; left: 2%; width: 20%; background: #FF6600; height: 2200px; }

div#bodyCenter { position: absolute; left: 22%; width: 56%; }
div#bodyCenterTop { position: relative; margin-bottom: 3px; background: #FF0000; height: 50px;}
div#bodyCenterBottom { position: relative; margin-left: 10px; margin-right: 10px; }

div#bodyRight { position: absolute; left: 78%; width: 20%; margin-top: 0px; margin-right: 2%;  height: 2200px; }
div#bodyRightTop { margin-bottom: 3px; background: #FF6600; height: 50px; }
div#bodyRightBottom { background: #FF6600; height: 2150px; }

div#topBanner { align: center; padding-bottom: 15px; left: 0px; margin-left: 0px; margin-right: 18px; }

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}