#mainwrapper {
	width: 800px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(../../images/bg.gif);
}

a {
    text-decoration:none;
    }

.bodytext {
    text-align:justify;
    font-size:13.0pt;
    font-family:"Arial","sans-serif";
    color:#990000;
    }

.bodyhead {
    text-align:left;
    font-size:16.0pt;
    font-family:"Arial","sans-serif";
    color:#990000;
    font-weight:bold;
    }


#head {
	background-image: url(../../images_new/head_polus.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 292px;
}

#head_main {
	background-image: url(../../images_new/head_polus.png);
    background-repeat: no-repeat;
	background-position: center top;
	height: 259px;
}

#menu_bar {
	height: 600px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
#bottom {
	background-image: url(../../images_new/bottom_polus.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 58px;
}

#bottom_main {
	background-image: url(../../images_new/bottom_main_polus.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 36px;
}

#textarea {
	float: right;
	margin-right: 30px;
	width: 546px;
	height: 100%;
}

#content {
	background-image: url(../../images_new/body_polus.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 550px;
}

#content_main {
	background-image: url(../../images_new/body_main_polus.png);
    background-repeat: repeat-y;
	background-position: center;
	height: 350px;
}

#baba_bal {
	position: absolute;
    width:300px;
	height:286px;
	margin-left: -100px;
	top: 16px;
	z-index: 100;
}
#baba_anim {
	position:absolute;
	top:35px;
	width:232px;
	height:232px;
	z-index:150;
	background-image: url(../../images/gombanim.gif);
	margin-left: -68px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
}

#baba_anim_main {
	position:absolute;
	top:35px;
	width:232px;
	height:232px;
	z-index:150;
	background-image: url(../../images/gomb_polus.gif);
	margin-left: -68px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
}

#home {
	position:absolute;
	top:70px;
	width:36px;
	height:36px;
	z-index:150;
	margin-left: 760px;
    background-image: url(../../images_new/polus_home.png);
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
}

#root {
	position:absolute;
	top:30px;
	width:280px;
	height:30px;
	z-index:150;
	margin-left: 500px;
}

#compass {
	position:absolute;
	top:265px;
	width:160px;
	height:30px;
	z-index:150;
	margin-left: 35px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
}

#selector_center {
    /*background-color:white;*/
    position:relative;
    top:0px;
    margin-left:0px;
    margin-right:12px;
    float:right;
    width:250px;
}
#selector_left {
    /*background-color:red;*/
    position:relative;
    top:0px;
    margin-left:12px;
    margin-right:0px;
    width:250px;
    /*z-index:50;*/
}
#selector_right {
    /* background-color:green;*/
    position:relative;
    top:0px;
    margin-right:12px;
    margin-left:0px;
    float:right;
    width:250px;
}

    #popin{
		position:absolute;
		top:100px;
		padding:10px 10px 30px 10px;
		left:50%;
		margin-left:-300px;
		width:600px;
		background:white;
		border:3px solid #4e1e07;
		z-index:3000;
		display:none;
		opacity:0;
		filter:alpha(opacity=0);
	}

	#popinclose{
		position:absolute;
		bottom:0px;
		left:0px;
		width:620px;
		height:20px;
		text-align:right;
		background:#4e1e07;
		line-height:22px;
		font-size:12px;
	}

	#popinclose a{
		color:#c9b38e;
		text-decoration:none;
	}

div.banner {
  background-image: url(../../images/banner_bg.png);
  margin: 0;
  position: fixed;
  bottom: 0em;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  height:36px;
  z-index:1000;
  text-align:center;
}
div.leftmenu {
  background:#FF0000;
  position: fixed;
  width:100px;
  height:30px;
  margin-top:70%;
  margin-left:-100px;
  text-align:center;
}
div.rightmenu {
  background:#FF0000;
  position: fixed;
  width:100px;
  height:30px;
  margin-top:70%;
  margin-left:800px;
  text-align:center;
}

