@charset "utf-8";
/* base */
body, html {
	height:100%;
	background-color:#fff;
}
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family:"微软雅黑", "宋体";
}
img {
	border:none;
}
.clear {
	clear:both;
}
#footer {
	width:100%;
	height:65px;
	line-height:65px;
	margin:20px auto 0 auto;
	border-top:1px solid #DDD;
	background-color: #333;
}
#footer p {
	font-size:14px;
	color:white;
	text-align:center;
}