body {
	margin: 0px;
	padding: 0px;
}
.footer {
	width: 100%;
	height: 26px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #F2F2F2;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #F2F2F2;
	text-decoration: none;
}
a:visited {
	color: #F2F2F2;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
