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%;
	background: #000000 url(/gui/bg.jpg);
}
* html body {
	margin-left: -2px;
}

#top_edging {
	background: url(/gui/bg_top_edging.png) top repeat-x;
	vertical-align: top;
	position: absolute;
	width: 100%;
	top: 0px;
	height: 50px;
}

* html #top_edging {
	height: 44px;
}

#left_column {
	margin-right: 383px;
	background: url(/gui/bg_left_column.png) top right repeat-y;
	display: block;
	z-index: 13;
	overflow: hidden;
	width: 45px;
	height: 100%;
	position: absolute;
	right: 50%;
	top: 28px;
	z-index: 11;
}

* html #left_column {
	width: 31px;
}

#right_column {
	margin-left: 383px;
	background: url(/gui/bg_right_column.png) top left repeat-y;
	display: block;
	z-index: 13;
	overflow: hidden;
	width: 45px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 28px;
	z-index: 12;
}

* html #right_column {
	width: 31px;
}

#left_corner {
	margin-right: 377px;
	background: url(/gui/top_left_corner.png) top right no-repeat;
	display: block;
	z-index: 13;
	overflow: visible;
	width: 150px;
	height: 100%;
	position: absolute;
	right: 50%;
	top: 0px;
	z-index: 13;
}

#right_corner {
	margin-left: 375px;
	background: url(/gui/top_right_corner.png) top left no-repeat;
	display: block;
	overflow: visible;
	width: 125px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 14;
}

#crawling_gargole {
	margin-left: -5px;
	margin-top: 25px;
}

#crawling_gargole_2 {
	margin-left: 12px; 
	margin-top: -25px;
}
#banner {
	background: #000000 url(/gui/bg_banner.jpg) top no-repeat;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 0px;
	overflow:hidden;
	vertical-align: top;
	min-width: 770px;
	z-index: 5;
	left: 50%;
	margin-left: -386px;
	width: 740px;
	position: absolute;
	top: -5px;
	height: 190px
}
* html #banner {
	width: 772px;
	top: -5px;
	height: 183px
}
#footer {
	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: 25px
}
#doc_content {
	font-size: 13px;
	margin-left: -386px;
	padding: 10px;
	border-left: 1px solid #666666;
	background: #000000;
	display: block;
	z-index: 4;
	left: 50%;
	width: 520px;
	position: absolute;
	bottom: 30px;
	top: 185px;
	overflow: auto
}
* html #doc_content {
	width: 522px;
	bottom: 0px;
	top: -22px;
	height: 100%;
	overflow: scroll
}
#menu {
	border-right: 10px solid #000000;
	border-left: 1px solid #000000;
	margin-left: 155px;
	background: #000000 url(/gui/bg_menu.jpg) top center repeat-y;
	display: block;
	z-index: 3;
	width: 225px;
	position: absolute;
	left: 50%;
	bottom: 25px;
	top: 185px;
}
* html #menu {
	width: 227px;
	bottom: 0px;
	top: -22px;
	height: 100%;
}
#menu_top {
	margin-left: 155px;
	background: url(/gui/bg_menu_top.png) top center no-repeat;
	display: block;
	z-index: 3;
	width: 225px;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: 25px;
	top: 185px;
}
* html #menu_top {
	width: 227px;
	bottom: 0px;
	top: -22px;
}

#menu_bottom {
	margin-left: 155px;
	background: url(/gui/bg_menu_bottom.png) bottom center no-repeat;
	display: block;
	z-index: 3;
	width: 225px;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: 30px;
}
* html #menu_bottom {
	width: 227px;
	bottom: 12px;
}