BODY
{
 font-family: Verdana,Arial,sans-serif;
 font-size: 10pt;
 color: #666666;
 bgcolor: #000000;
 background: url("images/space_bg.jpg");
 background-repeat: repeat;
 background-attachment: fixed;
}

H1
{
 text-align: center;
}
.centerimage
{
  position: fixed;
  left: 15%;
  right: 15%;
  top: 0px;
  bottom: 0px;
  min-width: 640px;
  height: 100%;
  margin-top: 50px;
  z-index: 1;
  background-image: url("images/under_construction.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

