div#foot {
	clear: both;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 75px;
	background: #fff url('../images/footer.jpg') repeat-x right top;
	color: #4b4b4b;
	text-align: center;
}

div#foot p {
	padding: 9px 0 0 0;
}

div#foot p a {
	text-decoration: none;
}

div#foot p a:link, div#foot p a:visited {
	background-color: inherit;
	color: #4b4b4b;
}

div#foot p a:hover, div#foot p a:active {
	background-color: inherit;
	color: #000;
}

