@charset "utf-8";
/* CSS Document */

.footer-wrapper {
	background-image:none;
	background-color:#E8E8E8;
	height:20px;
	width:1000px;
}
.footer-content {
	height:20px;
	width:850px;
	float: right;
	margin-right:5px;
	text-align:right;
	margin-top:0px;
	font-family: Century Gothic, sans-serif;
	font-weight: none;
	font-size:12px;
	color:#414040;
}
.footer-content a {
	color:#414040;
}
