#footer {
	background: url(footer-bg.gif) repeat-x;	
}

#footer-wrapper {
	width: 980px;
	background: url(footer-wrapper-bg.jpg) no-repeat;
	margin: 0px auto;
	text-align: left;
	height: 64px;
	padding-top: 20px;
	color: #FFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#footer-wrapper a {
	color: #FFF;
	text-decoration: none;
}

#footer-wrapper a:hover {
	color: #FFF;
	text-decoration: underline;	
}

#footer-wrapper p.legal {
	float: right;
	width: 750px;
	padding-right: 20px;
	text-align: right;
	line-height: 16px;
}

#footer-wrapper p.site-by {
	float: left;
	width: 100px;
	padding-left: 20px
}

#footer-wrapper .site-by a {
	display: block;
	height: 11px;
	width: 59px;
	text-indent: -9000px;
}

