﻿@charset "utf-8";

body {
	width: 100%;
	text-align: center;
	background:url(../images/bg_body.gif) no-repeat center top #007dcc;
}
#wapper{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.container{
	width:980px;
	margin:0 auto;
	text-align:left;
	padding-bottom:45px;
}
#header{
	width:100%;
	height:138px;
}
#pgbody{
	width:100%;
	background:#fff;
	font-family:'微软雅黑';
	padding-bottom:40px;
	margin:0 auto;
	text-align: center;
}
#footer{
	width:100%;
	height:41px;
	background:#f1f1f1;
	line-height:41px;
}