#info_bg {
	overflow:hidden;
}
#info_bg_content {
	background:#FFF;
	border:1px #e5e5e5 solid;
	margin:20px auto 20px auto;
	width:960px;
	position:relative;
	overflow:auto;
	height:auto;
	padding:20px;
}
#info_bg_content_title{
	width:auto;
	height:40px;
	background:#f8f8f8;
	font-size:14px;
	line-height:40px;
	padding:0px 20px;
	color:#7a7a7a;
	}
#info_bg_content_content{
	width:auto;
	min-height:400px;
	line-height:40px;
	padding:0px 20px;
	color:#7a7a7a;
	}