@charset "utf-8";
#footerArea {
	float: left;
	height: 70px;
	width: 100%;
	clear: both;
}
#footer {
	line-height: 40px;
	text-align: center;
	float: left;
	height: 70px;
	width: 960px;
	background-color: #f6f5f3;
}
#copyright {
	float: right;
	height: auto;
	width: auto;
	padding: 0 40px 0 0;
}
