
#page_front_bottom{  
	min-width: 1000px; 
	width: 100%;
	width: expression(document.body.clientWidth < 1000? "1000px": "100%");
	height:65px;
	position: absolute;  
	left: 0px;  
	top: 1155px;
	padding: 0px;
	margin: 0px;
	align: center;
	line-height:center;
	text-align: center;
	z-index: 1000;
}	
#subpage_front_bottom{ 
	position:relative; 
	top:0px; right:0px;
 	width: 1200px; 
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border:0px;
	align: center;
	line-height:center;
	text-align: center;
	z-index: 1200;
}
#text_bottom{
	position:absolute; 
	top:0px; left:0px;
 	width: 1200px; 
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border:0px;
	align: center;
	line-height:center;
	text-align: center;
	z-index:6000;
}