/*基本信息*/
body {font:12px "微软雅黑";margin:0px;text-align:center;}
a:link { color: #FF0000; text-decoration: none; }
a:visited { color: #FF0000; text-decoration: none; }
a:hover, a:active, a:focus { color: #ff7300; text-decoration: none; }

/*页面层容器*/
#container {width:948px;margin:10px auto;background:url(bg.jpg)}

/*页面头部*/
#Header {width:948px;height:117px;margin:10px auto;background:url(banner.jpg)}

/*页面主体*/
#PageBody {width:910px;margin:0 auto;height:360px;background:#fff}
#PageBody1 {width:910px;margin:0 auto;height:280px;background:#fff}
#PageBody2 {width:910px;margin:0 auto;height:400px;background:#fff}
#PageBody3 {width:910px;margin:0 auto;height:160px;background:#fff}
/*页面底部*/
.bottom{
	line-height:25px;
	margin-bottom:5px;
	margin-top:20px;
	text-align:center;
	padding-top:5px;
	border-top: 1px solid #3b8fbd;
}

