#footer {
	position: fixed;  
	left:   0;
	bottom: 0;
	color:#2F2F2F;
	background: url('../images/footer.png') repeat top left;
/*	background-color: #FFF0F0; */
	width: 100%;
	height: 20px;
	text-align:center;
	z-index:2;
}

#footer p.copyright {
	color:#2F2F2F;
	float:none;
	margin:0 auto;
	height:20px;
	padding-top: 3px;
}
