body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: verdana;
  text-align: center;
}

A {
  font-family:  verdana;
  color: #6699FF;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

A:visited {
  font-family:  verdana;
  color: #666666;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

#wrapper {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  border-collapse: collapse;
}

#title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: verdana;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}



#top {
  height: 122px;
  width: 650px;
  background-image: url('Header2.jpg');
  background-repeat: no-repeat;
  background-color: #000000; background-position: top 
  }



#left {
  width: 0px;
  background-color: #000000;
}

#center {
  background-color: #000000;
  width: 800px;
}

#right {
  width: 0px;
  background-color: #000000;

}

#bottomleft {
  height: 0px;
  width: 0px;
  background-image: url('bottomleft.jpg');
  background-repeat: no-repeat;
  background-position:  right top;
  background-color: #000000;
}

#bottom {
  height: 5px;
  width: 650px;
  background-image: url('bottom.jpg');
  background-repeat: repeat-x;
  background-color: #000000; 
}

#bottomright {
  height: 0px;
  width: 0px;
  background-image: url('bottomright.jpg');
  background-repeat: no-repeat;
  background-position:  left top;
  background-color: #000000;
}
