/******************* footer *****************************/

#bottom {
	background: url("/images/bottom-bg.jpg") repeat-x center center #FFFFFF;
	width: 100%;
	height: 510px;
	margin: -290px auto 0px;
	position: static;
	z-index: 0;
	text-align: center;
}

#footer {
	margin: 0 auto;
	width: 1500px;
	height: 510px;
	z-index: 1;
	background: url("/images/bottom.jpg") no-repeat center center #FFFFFF;
}

#footer div {
	margin: 0 auto;
	padding: 270px 0 0 0;
	width: 960px;
	z-index: 1;
}

#footer p {
	font-family: Tahoma, Sans;
	padding: 5px;
	font-size: 0.8em;
	color: #8A8A8A;
	text-align: left;
	border-top: #0ABADF solid 1px;
	z-index: 1;
}
#footer p hr {
	border-top: #0ABADF solid 1px;
}
#footer p span {
	float: right;
}

#footer p img {
	float: left;
	padding: 10px;
}

#footer a {
	text-decoration: underline;
}


