@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:"宋体";
	font-size:16px;
	background-color:#7D0F06;
	font-weight:bolder;
	font-style:italic;
}
a{
	list-style:none;
	text-decoration:none;
	color:#000;
}
a:active{
	color:#eed6a0;
}
a:hover{
	color:#F00;
}
#container{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0px;
}

#top{
	width:100%;
	height:500px;
	float:left;
}
#bottom{
	width:100%;
	height:100px;
	float:left;
}
