body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  background-image: url("pics/bg.jpg");
  background-repeat: repeat-x;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9pt;
  color: #555;
}

a{
  text-decoration: underline;
  color: #888;
}

a:hover{
  text-decoration: none;
}

#top{
  width: 500px;
  height: 72px;
  margin: 25px 0 0 0;
  background-image: url("pics/logo_hftn.jpg");
  background-repeat: no-repeat;
}

.container{
  width: 520px;
  margin: 0;
  color: #555;
  text-align: left;
  padding: 0;
  background: none;
  margin-left: auto;
  margin-right: auto;
}

div.cdr{
  width: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
  clear: both;
}

div.about{
  width: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
  clear: both;
  color: #DDD;
}

div.about_us{
  width: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
  clear: both;
  color: #DDD;
}

.about img{
  border: 1px solid #38200D;
}

img.release{
  border: 2px solid #BBB;
  float: left;
  margin-right: 5px;
}

img.release:hover{
  border: 2px solid #222;
  float: left;
  margin-right: 5px;
}

img.release_over{
  border: 2px solid #222;
  float: left;
  margin-right: 5px;
}

#bottom{
  width: 100%;
  background-image: url("pics/bottom.jpg");
  background-repeat: repeat-x;
  background-color: #000;
  padding: 75px 0 35px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

div.track{
  width: 500px;
  clear: both;
  margin-bottom: 1px;
}

.footer{
  border-top: 1px solid #222;
  width: 500px;
  padding-top: 5px;
  margin-top: 20px;
  text-align: center;
  font-size: 8pt;
}

.mirror{
  font-size: 7pt;
}