@charset "UTF-8";
#foot {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-image: url(../Images/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	clear: both;
}
#foottext {
	width: 670px;
	margin-top: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	float: right;
	text-align: center;
	margin-right: 10px;
}
