@charset "utf-8";
/* CSS Document */

#container{ 
	min-height:100%;
	/*height:800px;  */
	position:relative; 
	width:100%;
	margin-bottom:141px;
	z-index:10;
	/*float:left;*/
}
#contentbotbg{
	background:url(../images/bg/content_bg_bot.png);
	width:500px;
	height:26px;
	position: relative;
	left: 0px;
	top: 84px;
	background-repeat: no-repeat;
	z-index:1100;
	float:left;
}
#body3{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width:100%;
	z-index:1;
	vertical-align:bottom;
	position:relative;
	background-image: url(../images/bg/footer_bg.jpg);
	background-position: center -50px;
	background-repeat: no-repeat;
	bottom:0px;
	height:142px;
	margin-top:-142px;
}

