    body { 
    background: #000211 url("/img/bg.png") repeat-y center;
    /*background-position: center;*/
    margin: 0px; 
    font-family:'Segoe UI','Calibri',Tahoma; 
    color:#999;
    }
    
    a {
    text-decoration: none;
    color:#eee;
    }
    
    a:hover {
    text-decoration: none;
    color:#ff0;
    }
    
    #wrapper { 
    width: 950px; 
    text-align: center; 
    margin: 0 auto; 
 }
    
#header {
 width: 950px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 545px;
 margin: 0px 0px 0px 0px;
 background: url("/img/hidr.png") no-repeat;
}

#top {
 border: 0 px solid #ccc;
 margin: 20px 0px 0px 0px;
 padding: 0px;
 width: 150px;
 float: left;
 height: auto;
}

    
#left { 
 border: 0 px solid #ccc;
 margin: 20px 0px 0px 0px;
 padding: 0px;
 width: 480px;
 float: left;
 height: auto;
}


#right { 
 float: right;
 border: 0px solid #ccc;
 margin: 0px 0 20px 20px;
 padding: 0px 0px 0px 0px;
 width: 450px;
 display: inline;
 text-align: left;
}

#separator {
border-bottom: 1px dotted #999;
width: 100%;
}

#center { 
 clear: both;
 border: 0px solid #ccc;
 margin: 0px 0px 10px 170px;
 padding: 0px;
 text-align: left;
 width: 600px;
}

#tabel { 
 clear: both;
 border: 0px solid #ccc;
 margin-top: 30px;
 margin-bottom: 20px;
 padding: 0px;
 text-align: center;
}
#tabel a{ color: #236; } #tabel a:hover{ color: #ff0; }

#footer { 
 clear: both;
 border: 0px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
 color:#236;
 font-size: 10px;
}
#footer a{ color: #236; } #footer a:hover{ color: #ff0; }
