html {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

body {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#menu {
	border-bottom: 1px solid;
	border-color: #999999;
	text-align: center;
	padding: 1em;
	clear: none;
}

#main {
	position: absolute;
	top: 3.3em;
	left: 0;
	width: 100%;
	bottom: 2.6em;
	overflow: auto;
	height: expression((document.getElementById('menu') && document.getElementById('copyright'))?(document.body.offsetHeight - menu.offsetHeight - copyright.offsetHeight):('100%'));
}

#copyright {
	font-size: 9pt;
	text-align: center;
	border-top: solid 1px #999999;
	padding: 1em;
	position: absolute;
	bottom: 0px;
	bottom: expression('-4px');
	width: 100%;
}

