HTML{

}
BODY {
   font-size : 16px; 
   font-family : arial, helvetica, sans-serif;
   color : #808080; 
   background-color : #000000 ; 
   margin-top : 30px ; 
   margin-left : 25px ;
   margin: 0px ;
   width=100% ;
/*   scrollbar-arrow-color: #ffffff ;
   scrollbar-base-color: #88B92D ;*/
}

a:link {
color:#808080;
text-decoration: none;
}

a:visited {
color:#808080;
text-decoration: none;
}

a:active {
color:#ffffff;
font-weight: bold;
background:transparent;
text-decoration: none;
}

a.action {
color:#ff0000;
font-weight: bold;
background:transparent;
text-decoration: none;
}

b.menu {
color:#909090;
font-weight: bold;
background:transparent;
text-decoration: none;
}


#menu {
 position:relative;
 top:100px;
 left:10px;
 width:200px;
}

#header {
 position:absolute;
 top:10;
 left:220px;
 height:100px;
}

#content {
 position:absolute;
 top:110;
 left:220px;
}

#footer {
 position:absolute;
 bottom:10;
 left:10px;
}

#login {
 position:absolute;
 top:200px;
 left:300px;
 color:#000000;
 width: 300px;
 height: 70px;
 margin: 0;
 padding: 10;
 background-color: #949494;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
}

#horizon_scroller {
 position:absolute;
 left:10px;
 top:100px;
 min-width: 500;
 width: 80%;
 height:600px;
 background-color:#000000;
 overflow:auto;
}
