html { height; 100%; }body { height: 100%; margin: 0px; padding: 0px; }/*Drop Down Menu*/#menu { width: 693px; background: url(../images/text_bg.png); border: 1px solid #1d1d1d; }#menu a { padding: 6px 0px 6px 0px; font: 14px Georgia; font-weight: lighter; color: #6c6c6c; text-decoration: none; text-align: center; }#menu a:hover { background: #000000; color: #fff; }/*Tables*/table { width: 693; padding: 0; border-spacing: 0px; background: #000000}td, th { padding: 4px; }thead th { border: 1px solid #ffffff; font: 12px tahoma; line-height: 1.5em; vertical-align: middle; font-weight: bold; text-align: center; text-transform: uppercase; color: #fff; }tbody tr { border-top: 1px solid #4c4c4c; }tbody td { padding: 5px; background: #000000;  font: 12px georgia; color: #4c4c4c; }#timetable { padding: 2px}#maintable { padding: 20px}/*Classes*/.block { width: 100%; display: block; }.cen { text-align: center; }.clear { clear: both; }.left { float: left; }.right { clear: right; }/*JS Addons*/#overlay { position: absolute; z-index: 99;  background: #201e00; }#more_text, #more_imgs { height: 0px; overflow: hidden; }/* IE FIXES */html>body #plant_l { background: url(../images/plant_left.png); }html>body #plant_r { background: url(../images/plant_right.png); }html>body #logo { background: url(../images/logo.png); }