/* CSS Document */
body,div,td,p{
  font-family:  "Trebuchet MS",Arial;
  font-size: 12px;
  line-height: 110%;
}

body{ 
  background: #fff;
}
img{
  border:none;
}

.clear{
  clear: both;
  line-height: 1px;
  font-size: 1px;
  height: 0px;
}

#main{
  width: 700px;
  background:  url('../img/bg_intro.gif') top center repeat-y;
  padding-top:  150px;
  padding-bottom:  135px;
  text-align: center;
  margin: 10px auto 0px;
}

#center{
  border-top: 1px solid #B8B6B9;
  border-bottom: 1px solid #B8B6B9;
  height: 220px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#language {
  width: 405px;
  margin: 8px auto;
  padding: 0px;
}
#language li{
   float: left;
   width: 135px;
   display: block;
   margin: 0px;
   list-style: none;
   padding: 0px;
}
#language a{
 font-weight: bold;
 font-size: 12px;
 color: #7F8487;
 text-decoration: none;
}
#language a:hover{
  text-decoration: underline;
}
