#main_container{
  

  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  margin-left:auto;
  margin-right:auto;
  width:1024px;
 }
 

#page{
  
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
 
}


#input_box{
  
  position: absolute;
  top: 612px;
  left: 390px;
  z-index: 20;
 
}

#top_ad{
  
  position: absolute;
  top: 14px;
  left: 142px;
  z-index: 30;
 
}







body {
	background-color:#000000;

	font-family: tahoma, verdana;
	font-size:11px;
	font-weight: normal;
	color:#ffffff;
	text-align:center;
	
}



