* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

#page {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
}

#content {
	/*padding-bottom: 2em;*/
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	font: 1.2em Arial, sans-serif;
	color: #888a85;
	text-align: center;
}

