.footer
{
	overflow: hidden;
	left: 0px;
	width: 100%;
	
	position:fixed;
	bottom:0;
}


.footer p, .footer a
{
	text-align: center;
	margin: 20px 0 10px 0;
	position: relative;
	z-index: 20;
	
	font-size: 13px;
	font-weight: normal;
}

.footer img
{
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}


