#mainwrapper {
	width: 800px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(../../images/bg.gif);
}
#head {
	background-image: url(../../images_new/head.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 297px;
}

#head_main {
	background-image: url(../../images_new/uh_selector3.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 269px;
}

#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.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 58px;
}

#bottom_main {
	background-image: url(../../images_new/bottom_main.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 36px;
}

#textarea {
	float: right;
	margin-right: 30px;
	width: 540px;
	height: 100%;
}

#content {
	background-image: url(../../images_new/body.png);
    background-repeat: repeat-y;
	background-position: center;
	height: 550px;
}

#content_main {
	background-image: url(../../images_new/body_main.png);
    background-repeat: repeat-y;
	background-position: center;
	height: 680px;
}

#baba_bal {
	position: absolute;
    width:300px;
	height:286px;
	margin-left: -100px;
	top: 25px;
	z-index: 100;
}
#baba_anim {
	position:absolute;
	top:44px;
	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;
}

#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;
}
