html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 60px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1em 0 .5em;
	background-color: #f5f5f5;
}
