/* The page (menu, content, footer) */

#content {
	padding: 0.5em 1em;
	overflow: hidden;
}
#footer {
	position: absolute;
	padding: 0 0.2em;
	bottom: 0;
	width: 100%;
}

