html, body {
   margin: 0px;   
   background:url(../img/bg.gif) top center repeat-y;
   background-color: #f9f9f9;

}

#container {
   position:absolute;
   width:900px;
   margin:0px 0px 0px -450px;
   left: 50%;
   background-color: #ffffff;
}


#top {
   height:400px;
   width:900px; 
}

#menu {
   position:absolute;	
   width: 206px;
   height: 256px;
   margin:0px 0px 20px 20px;
   background-color:#f9f9f9;
   }

#language {
   width: 206px;
   height: 25px;
   background-color:#000000;
   }
   
#main {
   width:880px;
   margin: 10px 10px 10px 10px; 
   }

#main_left {
   float:left;
   width:440px;
   margin: 0px 0px 0px 0px; 
   }

#main_left_1 {
   float:left;
   width:200px;
   margin: 0px 10px 0px 10px; 
   }
   
#main_left_2 {
   float:right;
   width:200px;
   margin: 0px 10px 0px 10px; 
   }
   
#main_right {
   float:right;
   width:440px;
   margin: 0px 0px 0px 0px; 
   }

#main_right_1 {
   float:left;
   width:200px;
   margin: 0px 10px 0px 10px; 
   }
   
#main_right_2 {
   float:right;
   width:200px;
   margin: 0px 10px 0px 10px; 
   }

ul, li {
	list-style-type:none;
	list-style-position:outside;
	margin: 0px 0px 0px 5px; 
	padding : 0;
	outline : 0;
	margin-bottom:8px;
	}















