/* CSS Document */

#footer {
	padding: 0px;
	width: 760px;
	background-image: url(../img/footer-bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#footer p {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
