﻿@charset "utf-8";
/* CSS Document */
/* 主要ID选择符布局设置 */

*{
	margin: 0px;
	padding: 0px;
}
html,body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#333333;
	text-align:center;
	width:100%;
	height:100%;
	background:#ffffff;
}
#header{
	width:100%;
	height:146px;
	background:url(../images/top_bg.jpg) repeat-x;
	float:none;
	margin-bottom:5px;
}
#banner{
	width:100%;
	height:auto;
	float:none;
	margin-bottom:5px;
}
#content{
	width:100%;
	height:auto;
	padding-bottom:10px;
	background:url(../images/content_bg.jpg) left bottom repeat-x;
}
#footer{
	width:100%;
	height:auto;
	float:none;
	background:url(../images/footer_bg.jpg) left bottom repeat-x;
}
