/* CSS Document */

html {
  background-color: black;
}
body, div, h1, h2, h3, p, ul {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  display: block;
  color: white;
}
div.main {
  position: relative;
  width: 748px;
  color: white;
  padding: 20px;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  background-image: url(bg_front_grey.jpg);
}
a {
  text-decoration:none;
}
a:link {color: rgb(255,220,105);}
a:link {color: #fff29d;}
a:visited {color: rgb(164,164,108);}
a:hover {color: RED;}
a:active {color: RED;}

h1 {
  font-size: 78px;
  font-weight: bold;
  text-align: center;
  background-color: #66121f;
  background-image: url(bg_front_red.jpg);
  margin-top: 4px;
}
h1.sub {
  font-size: 16px;
}
div.footer {
  margin-top: 30px;
  margin-bottom: 30px;
}
a.f1 {
  margin-left: 0px;
}
a.f2 {
  margin-left: 16px;
}
p.ftr {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}
.center {
  text-align: center;
}

