html { height: 100%; }

body {
 min-height: 100%;
 background: #000;
 margin: 0;
 padding: 9px;
}

* html body { height: 100%; } /* fix height in IE6 */

a img { border: 0; }

div#MainFrame {
 min-width: 974px;
 min-height: 100%;
 width: 100%;
 background: #FFF;
 border: 5px solid #FFDD00;
}

* html div#MainFrame {  height: 100%; }

tr#TopBar {
 background: #FFF url('images/top-bg.gif') repeat-x;
 height: 82px;
}

img#Equipment {
 position: relative;
 bottom: 14px;
 left: 14px;
}

div#GEquip { width: 159px; height: 19px; position: absolute; top: 43px; left: 500px; background: url('images/gequip.jpg') no-repeat; }

div#EquipMenu { width: 283px; height: 160px; background: #FFF url('images/equip_bg.jpg') no-repeat; padding: 1px 5px 0 10px; }
div#EquipMenu h2 { font: bold 14px Verdana; color: #F0241B; }
div#EquipMenu ul { padding: 0 0 0 7px; margin: 0; }
div#EquipMenu li { list-style-type: none; }
div#EquipMenu a { font: normal 13px Verdana; color: #000; }

div#Menu { margin-left: 10px; position: absolute; z-index: 999; top: 110px; left: 10px; }

div#content {
 margin: 70px 0 0 25px;
 padding: 20px 25px 0 25px;
 font: normal 13px 'Tahoma';
 border: 1px solid #EEE;
}

 scrollbar-face-color: #000;
 scrollbar-arrow-color: #FFDD00;
 scrollbar-base-color: #FFF;
 scrollbar-shadow-color: #FFF;
}
