@charset "utf-8";
@import url("header.css");
@import url("banner.css");
@import url("main.css");
@import url("footer.css");
body,html {
	margin: 0px; padding:0px; text-align:center; height:auto;
}
body,html,div { font-size:12px; font-family:Verdana, Geneva, sans-serif, "宋体";}
#content { width:1002px; height:auto; margin:5px auto; text-align:left; display:block;}
a { color:#000; text-decoration:none;}
a:hover { color:#333; }
span {
	line-height: 24px;
}