/*
* General
*/

html, body {
	height: 100%;
}

/*
* Container
*/

#container {
	min-height: 100%;
}

/*
* Content
*/

#content,
#left_col,
#right_col {
	padding-bottom: 7em;
}

body.home #content,
body.home #left_col,
body.home #right_col {
	padding-bottom: 0;
} 

/*
* Footer
*/

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