body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #000;
}

#intro-top {
  clear: both;
  width: 300px;
  height: 25px;
  margin: 0;
  padding: 0;
  background: #fff url(images/intro/logo_s.gif) no-repeat top left;
}
#intro-data {
  clear: both;
  width: 770px;
  height: 424px;
  margin: auto auto auto auto;
  padding: auto auto auto auto;
  color: #000;
  background-color: #fff;
}
#intro {
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff url(images/intro/intro_bg.jpg) repeat-x top left;
  color: #000;
  background-color: #000;
}

TD {
  vertical-align: top;
}

.menu {
  text-align: center;
}
.menu a {
  display: block;
  width: 162px;
  height: 42px;
  margin: -23px 0 0 0;
  padding: 0;
  vertical-align: bottom;

  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.menu a:hover {
  display: block;
  width: 162px;
  height: 42px;
  margin: -23px 0 0 0;
  padding: 0;
  vertical-align: bottom;

  color: #000;
  text-decoration: none;
  background: #fff url(images/intro/m_bg.jpg) repeat-x top left;
}

.lang {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #fc3;
  padding: 10px 0 0 80px;
}
.lang a {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding: 0 5px 0 5px;
}
.lang a:hover {
  color: #aaa;
  text-decoration: none;
}

