body {
	background: #e7eee8;
	margin: 0;
	padding: 0;
	text-align: center;
	
}
#main {
	text-align: left;
	width: 830px;
	height: 470px;
	position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -230px;
  margin-left: -410px;  
	background: #e7eee8 url('../images/bgr.jpg') no-repeat left 13px;
}
h1, h1 span {
	display: block;
	width: 389px;
	height: 48px;
	padding: 0;
	margin: 0 0 0 33px;
	font-size: 100%;
	overflow: hidden;
	position: relative;
	text-align: left;
}
h1 a {
	color: #868e95;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
h1 span {
	top: 0;
	left: 0;
	position: absolute;
	background: transparent url('../images/logo.jpg') no-repeat;
	z-index: 10;
	cursor: pointer;
	margin: 0;
}
#logoimg {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 33px;
  bottom: 52px;
  background: url('../images/logoimg.jpg') left top;
}
.text {
  background: #e7eee8 url('../images/bgrtext.jpg') no-repeat left 0px;
  width: 270px;
  height: 300px;
  margin-left: 422px;
  margin-top: 22px;
  padding: 20px;
  position: absolute;
  z-index: 1000;
}

#menu ul{
 position: absolute;
 top: 0;
 right: -10px;
 z-index: 1001;
 margin:0;
 padding: 0;
 list-style-type: none;
}
#menu li, #menu li a{
display: block;
 width: 134px;
 height: 48px;
 text-align: left;
 line-height: 40px;
 background: url('../images/menu2ON.jpg') no-repeat left top;
}
#menu ul li a{
 padding-left: 25px;
 width: 109px;
 color: #282d21;
 text-decoration: none;
 
background: url('../images/menu2OFF.jpg') no-repeat left top;
}
#menu ul li.first{
background: url('../images/menu1ON.jpg') no-repeat left top;
}
#menu ul li.first a{
background: url('../images/menu1OFF.jpg') no-repeat left top;
}
#menu ul li a:hover{
background: transparent;
}

.left{
 floaT: left;
 width:  130px;
}
.right{
 floaT: right;
 width:  130px;
}
a{
  color: #282d21;
}
a:hover{
  text-decoration: none;
}
#langs{
 position: absolute;
 bottom: 30px;
 right: 80px;
 }

