.footer {
	height: 60px;
	background-color: #f5f5f5;
	padding: 20px 0;
	width: 100%;
	position: absolute;
	bottom: 0;
}

body {
	padding-top: 30px;
	/* Margin bottom by footer height */
	margin-bottom: 90px;
}

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