/* The big footer strip */
div.footer {
	position: relative;
	background: url('../images/footer_background.png') repeat-x; 
	width: 100%;
	height: 77px;
	min-width: 960px;
	margin-top: -77px;
}

/* The part with the copyright text */
div.footer_copyright {
	width: 960px;
	margin: auto;
	padding: 20px;
	font-size: 13px;
	color: #acaaaa;
}


