html, body {
	height: 100%;
}
#wrapper {
	position: relative;
	height: 100%;
	min-height: 100%;
}
#footer {
	position: relative;
	margin-top: -5em;
	z-index: 1;
}
