body {
  margin: 0px;
  background: black url('/data/bg.gif');
  height: 100%;
  width: 100%;
}

div#siteContainer {
  margin: 150px auto;
  text-align: center
}

div#promo {
  margin: 150px auto;
  text-align: center
}

h1, h2 {
  color: white;
  font-family: verdana;
  font-size: 10px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}

img.progressImg {
  margin-top: 20px;
}

