@charset "UTF-8";
/* CSS Document */

#container {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 10px;
	text-decoration: none;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-decoration: none;
}
#footer a:hover {
	color: #F3060F;
	text-decoration: none;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
