body{
  margin: 0px; padding: 0px;
  text-align: center;
  font-size: 12px;font-family: Arial, Tahoma, Verdana, sans-serif;
  color:#272425;
  background: #fff url('gui/bkg.gif') top center repeat-x;
}

#root{
  margin: 0px auto;  
  width: 895px;
  position: relative;
  text-align: left;
}


#logo{
  margin: 0px;
  width: 895px;
  height: 265px;
  overflow: hidden;
  font-size: 30px;
  position: relative; 
}


#logo span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 895px;
  height: 265px;
  background: url('gui/logo.jpg');
}

#content{
  padding: 16px 0px 0px 0px;
}

#description{
  padding: 47px 0px 0px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

#description2{
 font-size: 12px;
}


#menu {
  width: 435px;
  height: 120px;
  overflow: hidden;
  display: block;
  float: right;
  position:relative; 
  top:-105px; 
  left:2px;
}

#lang {
  width: 100px;
  height: 30px;
  overflow: hidden;
  display: block;
  float: right;
  position:relative; 
  top:-105px; 
  left:490px;
}

#menu ul{
  padding: 0px;
  margin: 0px;
}

#menu li{
  list-style: none;
  font-size: 12px;
  line-height:17px;
}

#menu li a{
  font-weight: bold; 
  color:#000;
  text-decoration: none;
}

#menu li a:hover{
  text-decoration: underline;
  color:#888;
}


a:link{ color:#000; }
a:hover{ color:#888; }

h2{
  margin: 0px;
  padding: 42px 0px 0px 10px;
  font-weight: bold;
  font-size: 12px;
  color:#000;
}

#text{
  width: 415px;
  display: block;
  float: right;
  position:relative; 
  top:-15px; 
  left:418px;
}

p{
  padding: 0px;
  margin: 0px;
}

.arrow{
  padding: 0px;
  margin:  3px 0px 0px 0px;
  border:0px #000 solid;
  align: left;
}

