body {
	margin: 0px 0px 0px 0px;
}
div.Out_bg_center{
	margin:0px auto;
	height: 520px;
	background-image: url(../images/BG/bg_page.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	width: 100%;
	float: left;
}


div.Logo_center{
	position: absolute;
	z-index: 1;
	height: 86px;
	width: 100%;
	top: 55px;
	left: 0px;
	background-image: url(../images/Logo/logo1.png);
	background-repeat: no-repeat;
	background-position: center left;
}
div.Out_Border{
	position: absolute;
	width: 100%;
	height: auto;
	top: 151px;
	left: 0px;
	z-index: 2;
}
div.Out_bg_Border{
	margin:0px auto;
	width: 989px;
	height: auto;
}
div.Data{
	margin:0px auto;
	width: 985px;
	float: left;
	height: 100%;	
	background-color: #FFFFFF;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
}
div.Foot_bg_center{
	height: 80px;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	color: #999999;
}