

#maincontent {
	min-height: 23em;
	/* IE */
	height: 23em;
}
html>body #maincontent {
	/* Un-IE */
	height: auto;
}
