body {
    background-color: #000000;
    background-image: url(images/bg.jpg);
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
body, a, a:visited {
    color: #00FF00;
}
#heighter {
    height: 510px;
}
#left {
    width: 60%;
    float: left;
}
#right {
    float: left;
    width: 35%;
    margin-left: 5px;
}
#bottom {
    font-size: 15px;
    color: #999999;
    clear: both;
    width: 100%;
}
body #bottom a, body #bottom a:visited {
    color: #999999;
    text-decoration: none;
}
body #bottom a:hover {
    text-decoration: underline;
}
#scroller {
    height: 380px;
    position: relative;
    margin-top: 5px;
    overflow: auto;
}
#scroller a {
    display: block;
    width: 99%;
}
#right a.selected {
    color: #FF3333;
}
.h2 {
    font-size: 150%;
    font-weight: bold;
    color: #00FF00;
}
.h3 {
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
}
.btm .h2, .btm .h3 {
    margin-left: 15px;
    background: #000000;
    border: 1px solid white;
    position: relative;
    padding: 0px 1px;
}
.btm .h2 {
    top:-8px;
}
.btm .h3 {
    top: -5px;
}
.h2 a, .h3 a {
    text-decoration: none;
}
#left .br {
    font-size: 1.1em;
}
#wrap {
    position: absolute;
    top:0px;
    left:0%;
    width: 100%;
}
#wrap table {
    width: 99%;
}
#wrap table, #wrap table tr, #wrap table td {
    border: 0px none;
    text-align: left;
    vertical-align: top;
}
.pusher {
    font-size: 1px;
    float: left;
    height: 1px;
}
input {
    background-color: #000000;
    color: #FFFFFF;
}
#wrap table td.cell, #scroller {
    border: 1px solid #009966;
    background: #000000;
    padding: 2px 2px 2px 5px;
}
.pad {
    width: 5%;
}
.spad {
    width: 3%;
}
.bbl, .bbr, .bbm {
    height: 10px;
    font-size: 1px;
}
.btm, .bbm {
    margin-left: 10px;
    margin-right: 10px;
}
.btl {background: url(images/tl.gif) top left no-repeat;}
.btm {background: url(images/t.gif) top repeat-x;margin-top: 10px;}
.btr {background: url(images/tr.gif) top right no-repeat;}
.bl {background: url(images/l.gif) left repeat-y;margin-top: -8px;}
.br {background: url(images/r.gif) right repeat-y;padding: 0px 12px;}
.bbl {background: url(images/bl.gif) bottom left no-repeat;}
.bbm {background: url(images/b.gif) bottom repeat-x;}
.bbr {background: url(images/br.gif) bottom right no-repeat;}

