/*
* General
*/

html, body {
	height: 100%;
}

/*
* Container
*/

#container {
	min-height: 100%;
}

/*
* Content
*/

#content {
	padding-bottom: 7em;
}

/*
* Footer
*/

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
}