body {
  background-color: #fff; 
  padding: 0px;
  margin: 0px;
}

a:link { color: #fff; }

a:visited { color: #fff; }

a:hover { color: #fff; }

a:active { color: #fff; }

#intro { 	
  position: absolute;
  width: 100%;
  margin: -140px 0px 0px 0px;
  top: 50%; 
  left: 0%;
  text-align: center;
  overflow: hidden;
}

#copy { 	
  position: absolute;
  width: 100%;
  margin: 140px 0px 0px 0px;
  top: 50%; 
  left: 0%;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  text-align: center;
  overflow: hidden;
}
#copy a:link{ color: #000 text-decoration: none; }
#copy a:visited { color: #000; text-decoration: none; }
#copy a:hover { color: #000; text-decoration: none; }
#copy a:active { color: #000; text-decoration: none; }
