@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 14px;
	line-height: 1.8em;
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
}
body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#top {
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #009900;
	font-size: 45px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	line-height: 100px;
	font-family: "黑体";
}
#rm {
	float: left;
	width: 960px;
	margin-top: 20px;
	text-indent: 25px;
}
#rm h1 {
	font-size: 14px;
	font-weight: bold;
}
#rm p {
	font-size: 14px;
	line-height: 30px;
}
