
* {
 top: 0px;
 left: 0px;
 margin: 0px;
 padding: 0px;
}

img {
 display: block;
 border-style: none;
}

img.hover {
 cursor: hand;
 cursor: pointer
}

body {
 background-color: #050708;
 background-image: url('../graphics/background_957x379.jpg');
 background-position: top center;
 background-repeat: no-repeat;
 text-align: center;
}

div,td {
 font-family: verdana, sans-serif;
 font-size: 11px;
 text-align: left;
}

a {
 text-decoration: none;
 color: white;
}

a:visited {
 color: white;
}

a:hover {
 color: darkblue;
}

div#header {
 width: 752px;
 height: 100px;
 margin: 0px auto 0px auto;
 text-align: center;
 padding-top: 5px;
 background-color: #ffffff;
}

div#mainpage {
 width: 752px;
 margin: 0px auto 0px auto;
 text-align: center;
 background-color: #ffffff;
}

div#info {
  height: 30px;
  width: 752px;
  margin-top: 20px;
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 12px;
}

div#signup_thanks {
  display: none;
  width: 230px;
  height: 240px;
  position: absolute;
  left: 0px;
  top: 130px;
  font-weight: bold;
  background-color: white;
  font-size: 13px;
}

div#coming_soon {
  padding-bottom: 20px;
}

div#footer {
 width: 752px;
 height: 106px;
 border-top: 6px solid #d4d4d4;
 background-color: #6b6b6b;
 text-align: center;
 margin: 0px auto 0px auto;
}

div#footercontent {
 width: 752px;
 height: 47px;
 margin: 0px auto 0px auto;
 text-align: center;
 font-size: 9px;
 color: white;
}