body {
  margin:0px 0px 0px 0px;
  background-image:url("background.gif");
  font-family:Arial, Helvetica, sans-serif;
  font-size:22px;
}
a:link {
  color:#000000;
  text-decoration:none; 
} 
a:visited {
  color:#000000; 
  text-decoration:none; 
} 
a:hover {
  color:#000000; 
  text-decoration:underline; 
} 
a:active {
  color:#000000; 
  text-decoration:underline; 
} 

#information {
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-375px;
  margin-top:-144px;
  height:259px;
  width:750px;
  background-image:url("construction.gif");
  background-repeat:no-repeat;
}
.text {
  margin-top:40px;
  margin-left:425px;
  padding-top:25px;
  padding-bottom:25px;
  text-align:center;
  border-top:2px solid #000000;
  border-bottom:2px solid #000000;
}
#email {
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-375px;
  margin-top:125px;
  height:25px;
  width:750px;
  text-align:center;
}

