#header {
	display:none;
}
#left_box {
	display:none;
}
#top_box {
		display:none;
	}
#main_box {
	float:left;
	width:998px;  	
    box-sizing:border-box;
    -moz-box-sizing:border-box;	
  background-color:#ff0000;
}

#content_box {
	position:relative;
	float:left;
	width:624px;	
	box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#content {
/*	height:100%;*/
/*  position:relative;*/
/*  float:left;*/

	width:600px;
  
	/*
		position:relative;
	float:left;
	width:624px;	
	box-sizing:border-box;
    -moz-box-sizing:border-box;
*/	
	/*
	 	position:relative;
 	min-height:10px;
	height:500px;	
	float:left;
  margin:0px;
  padding:0px;
	width:600px;
  padding-left:0px;
   box-sizing:border-box;
    -moz-box-sizing:border-box;	
*/
}

