html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #BFBFBF;
}

* { behavior: url('IEFixes.htc'); }
  
.container {
  position: relative;
  margin: 0 auto;
  width: 850px;
}

a:link, a:visited {
  color: #FFFFFF;
  font-style: normal;
  text-decoration: none;
}

a:hover {
  color: #FF0000;
  font-style: normal;
  text-decoration: underline;
}

a:link img, a:visited img {
  border: solid 2px #FFFFFF;
}

a:hover img {
  border: solid 2px #FF0000;
}

a:link img.imgFader, a:visited img.imgFader, img.imgFader {
  border: none;
}

.logo {
  width: 470px;
  height: 240px;
  position: absolute;
  top: 65px;
  left: 360px;
  background: #000000 url('../../images/logo.gif') center no-repeat;
}

.speak {
  position: absolute;
  top: 307px;
  left: 410px;
  width: 352px;
  height: 76px;
  background-image: url('../../images/shottie_speak.gif');
}

.voice {
  position: absolute;
  top: 99px;
  left: 410px;
  width: 352px;
  height: 208px;
  border: none;
}

h1 {
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 25px;
  color: #FFFFFF;
  position: relative;
  top: 10px;
}

h1 span {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  color: #FF0000;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  margin-bottom: -18px;
  color: #FFFF00;
}

h3 {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: -20px;
  margin-top: 5px;
}

hr {
  width: 80%;
  border: none;
  color: #795757;
  background-color: #795757;
  height: 1px;
  margin: 0px 0px 30px 0px;
}

p {
  text-align: justify;
}

iframe {
  width: 100%;
  height: 330px;
  border: none;
}

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  border: solid 1px #CCCCCC;
  background-color: #550000;
  color: #FFFFFF;
}

textarea.default {
  background-color: #FFFFFF;
  color: #000000;
}

textarea.terms {
  width: 400px;
  height: 200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

input:focus {
  border: solid 1px #FFFFFF;
  background-color: #770000;
  color: #FFFFFF;
}

.error_msg {
  font-size: 10px;
  color: #FF0000;
  font-weight: bold;
}

.rating_thx {
  font-size: 12px;
  color: #FFCC00;
  font-weight: bold;
}

.comments {
  width: 40%;
  float: left;
}

.comments .user {
  font-size: 10px;
  font-style: italic;
}

.comments .avatar {
  float: left;
}

.comments .title {
  font-weight: bold;
  font-size: 12px;
}

.comments .text {
  font-size: 10px;
}

.avatar {
  border: solid 1px #FFFFFF;
}

.tl, .tm, .tr { height: 43px; }
.bl, .bm, .br { height: 9px; }
.tl, .tr, .ml, .mr, .bl, .br { width: 9px; }
.tl { background: url('../../images/tl.gif') no-repeat bottom right; }
.tm { background: url('../../images/tm.gif') repeat-x bottom; }
.tr { background: url('../../images/tr.gif') no-repeat bottom left; }
.ml { background: url('../../images/ml.gif') repeat-y right; }
.mm { background: #330000; vertical-align: top; }
.mr { background: url('../../images/mr.gif') repeat-y left; }
.bl { background: url('../../images/bl.gif') no-repeat top right; }
.bm { background: url('../../images/bm.gif') repeat-x top; }
.br { background: url('../../images/br.gif') no-repeat top left; }
