@charset "utf-8";
/* CSS Document */
@import url("top.css");
@import url("public.css");

* {
	margin:0px;
	padding:0px;
}

body {
	color:#EC9D01;
	font-size:12px;
	font-family:"宋体";
}

ul {
	list-style:none;
}

img {
	border:0px;
}

#content {
	margin-right:auto;
	margin-left:auto;
	width:1002px;
	background:#493422;
}