html, body, .page {
	height: 100%;
	width: auto;
	max-width: none;
}

#content {
	width: auto;
	max-width: none;
	max-height: 100%;
	columns: 28em auto;
	column-fill: auto;
	overflow-x: -o-paged-x;
}

h1, h2, h3, h4, h5, h6 {
	break-after: avoid;
}

#pagebody {
	width: auto;
	max-width: none;
	height: 100%;
	padding: 5em 1em 8em 1em;
}

.pageheader {
	position: fixed;
	top: 0;
	width: 100%;
	height: 4em;
}

#footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	height: 8em;
}

#pageinfo {
	border: none;
}
