/* CSS Document */

#footer {
	background-color: #666666;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.close {
	text-align: center;
	width: 980px;
	color: #999966;
	top: 980px;
	background-color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
.close a:link {
	color: #999966;
	text-decoration: none;
}
.close a:visited {
	color: #999966;
	text-decoration: none;
}
.close a:hover {
	color: #3366FF;
	text-decoration: underline;
}
.close a:active {
	color: #3366FF;
	text-decoration: underline;
}