
#express_main_body
{
 position: absolute;
 top: 110px;
 left: 150px;
 width: 850px;
 height: 1270px;
 font-size:12px;
 font-weight: bold;
 background: #E9A003;	
} 

#express_left_sidebar
{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 150px;
	height: 1270px;
	background: #FFB32F;
	font-size: 16px;
	font-weight: bold;
	color: #FFB32F;
} 

#express_google
{
position: absolute;
  top: 1400px;
  left: 0px;
  width: 1000px;
  height:50px;
  background: #FFB32F;
}

#express_footer
{
position: absolute;
  top: 1450px;
  left: 0px;
  width: 1000px;
  height:110px;
  font-size:12px;
  font-weight: bold;
  background: #FFB32F;
  text-align:center;
}








