html {
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}
body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	max-height: 100%;
	height: 100%;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 100%;
	background: #000000 url(/gui/bg.jpg);
	color: #bbbbbb;
}
#banner {
	background: #000000 url(/gui/bg_banner.jpg) top no-repeat;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 0px;
	overflow:hidden;
	vertical-align: top;
	min-width: 770px;
	z-index: 5;
	left: 50%;
	margin-left: -386px;
	width: 740px;
	position: absolute;
	top: 0px;
	height: 205px
}
* html #banner {
	width: 772px;
	top: 2px;
	height: 198px
}
#footer {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 0px;
	margin-left: -386px;
	background: #000000;
	padding-top: 5px;
	width: 770px;
	min-width: 640px;
	height: 25px;
	text-align: center;
	bottom: 0px;
	position: absolute;
	left: 50%;
	z-index: 6;
	font-size: 10px;
}
* html #footer {
	width: 772px;
	bottom: 0px;
	height: 23px
}
#doc_content {
	font-size: 13px;
	margin-left: -386px;
	padding: 10px;
	border-left: 1px solid #999999;
	background: #000000;
	display: block;
	z-index: 4;
	left: 50%;
	width: 550px;
	position: absolute;
	bottom: 30px;
	top: 205px;
	overflow: auto
}
* html #doc_content {
	width: 552px;
	bottom: 0px;
	top: 0px;
	height: 100%;
	overflow: scroll
}
#menu {
	border-right: 1px solid #999999;
	margin-left: 185px;
	padding-top: 15px;
	background: #000000 url(/gui/bg_menu.jpg) top left no-repeat;
	display: block;
	z-index: 3;
	overflow: hidden;
	width: 200px;
	position: absolute;
	left: 50%;
	bottom: 25px;
	top: 205px
}
* html #menu {
	width: 202px;
	bottom: 0px;
	top: 0px;
	height: 100%
}