body{
background-color:#000000;
height:100%;
font-family:verdana;
font-size:11px;
color:#FFFFFF;
text-align:center;
}

a{ 
 color:#FFFFFF;
 font-weight:bold;
 text-decoration:none;
 }
 
a:hover{ 
 color:#FFFFFF;
 font-weight:bold;
 text-decoration:underline;
 }
 
#general_container{
 position:absolute;
 margin-left: auto;
 margin-right: auto;
 margin-top:auto;
 margin-bottom:auto;
 top:0;
 bottom:0;
 left: 0;
 right: 0;
 width:770px;
 height:950px;
 text-align:center;
} 
 
#top_container{
 width:960px;
 height:104px;
 background-color: #0E0E0E;
 padding-top:20px;
}

#main_container{
 width:960px;
 height:740px;
 background-image: url('img/bg_seamles.bmp');

}

#bottom_container{
 width:960px;
 height:94px;
 background-color: #0E0E0E;
}

.section_container{
 float:left;
 width:171px;
 height:162px;
 margin-right:4px;
 margin-left:4px;
 margin-bottom:4px;
 margin-top:8px;
}

.left_space{
 float:left;
 width:30px;
 height:162px;
 margin-bottom:8px;
}

.right_space{
 float:left;
 width:30px;
 height:162px;
 margin-bottom:8px;
}


 
#html_version{ display:none; }