html {
	height: 100%;
	min-height: 100% ;
}

body{
	min-height: 100%;
	position: relative;
}

footer {
	margin-top: 80px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}

