/* FOOTER */
#footer {
	clear:both;
	text-align:center;
	position: relative;
	margin: 0px auto;
	width: 999px;
	background-color: #606060 !important;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:10px 0px;
}
#footer-in{
	width: 975px;
	margin:0px auto;
}
#footer a, #footer a:visited {
	color: #ffffff;
}

/* credits */
#credits {
	width: 999px;
	padding: 10px 0px;
	background-color:#fff;
	margin: 0px auto;
	color: #7a9299;
	font-size: 90%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #048db4;
}
.oneup {
	background: url(../images/1up-ico.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
}

