#footer {
	width: 100%;
	height: 25px;
	color: #FFF;
	font-size: 12px;
	margin-top: 0px;
	background-image: url(../images/footer.png);
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	bottom: 10px;
	position: fixed;
}

