body {
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 11pt;
  color: #0069FF;
  background-color: #000000;

  background-image:url('images/bBoxes.gif');

  margin-left: 20px;
  margin-top: 20px;
  }

div.Background {
  background-image:url('images/bFaces.gif');
  position: absolute; width:300px; height:332px; top:0%; right:0%;
  z-index:0;
  }

div.Background2 {
  text-align:center;
  position: absolute; width:300px; height:100px; bottom:0%; right:0%;
  z-index:0;
  }

a:link,a:visited,a:active {
  color:#FFFF00;
  text-decoration:underline;
  }
a:hover {
  color:#FFFF00;
  text-decoration:underline;
  height:0px;
  }
