div#footer {
	background: #EEE;
	color: #999;
	font-size: 12px;
	text-align: right;
	padding: 10px;
	margin: 50px 0 0 0;
	width: 1000px;
	clear: both;
}

div#footer a:link,
div#footer a:visited {
	color:#999;
	text-decoration:underline;
}

div#footer a:hover {
	text-decoration:none;
}
