/* */
BODY {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #000;
  color: #ddd;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

DIV.header {
  height: 60px;
  background: #000 url(line-top.png) no-repeat top left;
}

DIV.intro {
  background: url(intro.jpg) no-repeat;
  width: 593px;
  height: 326px;
  margin: 0px auto 0px auto;
/*  border-width: 30px;
  border-color: #f00;*/
}

DIV.intro DIV.text {
  color: #000;
  padding: 150px 280px 0px 15px;
}

DIV.intro DIV.click {
  color: #777;
  padding: 10px 300px 0px 15px;
}

A {
  color: #777;
  text-decoration: none;
}

DIV.anim {
  height: 120px;
  min-height: 120px;
  width: 100%;
/*  background: #040;*/
  margin: 20px auto 10px auto;
  background: transparent url(strip.jpg) repeat;
  background-position: 0px 0px;
}

DIV.footer {
  height: 60px;
  background: url(line-bottom.png) no-repeat bottom right;
}