html, body {
	margin: 0;
	padding: 0;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}

body {
	background: #c2c4a4 url(/images/back_main.jpg);
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

img {border: none;}

a {outline: none;}

a:link, a:visited {color: #eaeac8; text-decoration: underline;}
a:hover, a:active {color: #fff; text-decoration: underline;}

p {margin: 0 0 10px 0;}

ul, li {
	margin: 0;
	padding: 0;
}

/* ========================================================= */

#page_wrapper {
	display: table;
	width: 100%;
	min-height: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#page_container {
	width: 998px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 1125px;
	height: 283px;
	margin: 0 -63px 0 -64px;
	background: url(/images/main_top.png);
	position: relative;
}

#logo {
	position: absolute;
	top: 110px;
	left: 504px;
}

#content {
	width: 1125px;
	margin: 0 -63px 0 -64px;
	background: url(/images/main_back.png) repeat-y 9px 138px;
}

#content_in1 {background: url(/images/main_mid.png) no-repeat;}

#content_in2 {
	min-height: 616px;
	background: url(/images/main_btm.png) no-repeat -1px 100%;
	position: relative;
	text-align: center;
}

#show_text {
	width: 166px;
	margin: 0 auto;
	padding: 100px 0 394px 7px;
	font-size: 15px;
}

#show_text span, #show_text a {
	display: block;
	font-size: 11px;
	margin: 8px 0 0 0;
}

#show_img {
	position: absolute;
	left: 470px;
	bottom: 61px;
}

.menu {position: absolute;}

.menu li {
	list-style-type: none;
	font-family: Surpriz, Times;
	font-size: 14px;
	text-transform: uppercase;
	width: 220px;
	height: 45px;
	background: url(/images/main_menu_bull.png) no-repeat;
	font-weight: bold;
	padding: 22px 0 0 0;
}

.menu a {
	display: block;
	/*line-height: 50px;*/
}

.menu a:link, .menu a:visited {color: #142e20; text-decoration: none;}
.menu a:hover, .menu a:active {color: #fff; text-decoration: none;}

#menu_left {
	top: 118px;
	left: 41px;
}

#menu_left li {
	background-position: 100% 0;
	text-align: right;
}

#menu_left a {padding: 0 48px 0 0;}

#menu_right {
	top: 118px;
	left: 872px;
}

#menu_right a {padding: 0 0 0 48px;}

#menu_right li {text-align: left;}
