/* CSS Document */
body {
	background-color: #de4937;
	color: #FF0;
	margin-top: 0px;
	font-family: 微软雅黑;
}
.main {
	font-family: 微软雅黑;
	font-size: 36px;
	text-align: center;
}
#main {
	margin: auto;
	width: 1200px;
	padding-top: 300px;
}
.footer {
	font-family: 微软雅黑;
	font-size: 16px;
	margin: auto;
	width: 1200px;
	height: 60px;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #FF0;
}
a:visited {
	text-decoration: none;
	color: #FF0;
}
