#footer {
	background-color:black;
	height:100px;
}

#footer_text {
	width:650px;
	margin:0 auto 0 auto;
	padding-top:5px;
}

#footer_text a {
	color:#fefefe;
	font-size:0.8em;
	margin-right:20px;
}

#footer_text a:hover {
	text-decoration:underline;
}