.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 27px;
	font-family: Arial, Verdana, Helvetica,sans-serif;
	width: 100%;
	color: #999999;
	background: #000000;
	padding: 10px 0;
	border-top: 1px solid #555555;
}

.footer-content {
	width: 952px;
	margin: 0 auto;
}

.footer-links {
	float: left;
	width: 195px;
	margin-left: 10px;	
}

.footer-links a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin-right: 5px;
}

.footer-links a:hover {
	color: #ffffff;
}	

.footer-copy {
	float: right;
	font-size: 10px;
	line-height: 13px;	
	width: 645px;
	text-align: left;
}

.clear {
	clear: both;
}
