* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: tahoma,verdana;
  font-size: 10px;
  color: #EEEEED;
}

a {
  text-decoration: none;
}

#intro_top {
  background: url('bg_top.gif');
}

#intro_bot {
  background: url('bg_bot.gif');

}

#intro_bot img {
  border: 2px solid #7B726B;
}

#lan_menu {
  width: 350px;
}

#lan_menu div {
  float: left;
  margin: 0px 40px;
}

#intro_wave_bot {
  width: 100%;
  height: 66px;
  position: absolute;
  top: 70%;
  left: 0px;
  background: url('bg_wave_bot.gif') repeat-x top;
}

#intro_wave_top {
  width: 100%;
  height: 66px;
  position: absolute;
  bottom: 30%;
  left: 0px;
  background: url('bg_wave_top.gif') repeat-x top;
}

#intro_logo {
  position: absolute;
  top: 10px;
  right: 10px;
}