/* CSS Document */
body {
  padding: 0;
  margin: 0;
  background: #c8bdb7 url(/images/splash_back_new.gif) repeat-x;
}

#splash_flash {
  width: 798px;
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

#splash_flash {
  position: relative;
}

#intro_text {
  height: 181px;
  background: url(/images/noflash_bg_repeat.gif) repeat-y;
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  letter-spacing: .05em;
  font-size: 12px;
  position: relative;
  text-align:justify;
}

#left_intro {
  width: 292px;
  height: 160px;
  position: absolute;
  top: 6px;
  left: 80px;
}

#right_intro {
  width: 292px;
  height: 160px;
  position: absolute;
  top: 6px;
  left: 440px;
}

* html #left_intro {
  top: 18px;
  left: 80px;
}

* html #right_intro {
  top: 18px;
  left: 440px;
}

#left_link {
  display: block;
  text-align: center;
  color: #9babd7;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .05em;
  font-size: 12px;
  padding: 12px;
}

#right_link {
  display: block;
  text-align: center;
  color: #bda577;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .05em;
  font-size: 12px;
  padding: 12px;
}

#footer {
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  position: absolute;
  left: 40px;
  top: 555px;
}

#footer {
  top: 565px;
}