html, body {
	height: 100%;
	overflow: visible;
	color: #333;
	background: #fff;
}
#page {
	width: 100%;
	height: 100%;
	min-height: 550px;
}
#content {
	margin: 0 2em;
	width: 100%;
	height: 100%;
}
