/* CSS Document */

#foot {
	position:relative;
	top:700px;
	width:790px;
	height:25px;
	z-index:2;
	background-color: #0088bc;
	margin: auto;
}
#foot span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: auto auto auto 20px;
	color: #00b6e8;
	font-weight: 900;
}
#foot span a:link, #foot span a:visited {
	text-decoration: none;
	color: #00b6e8;
}
#foot span a:hover {
	text-decoration: underline;
}


#foot p {
	display: inline;
	margin: auto auto auto 75px;
}
