body {
  background-color: #000000;
  color: #ffffff;
  font-family: serif, "sans-serif", verdana, arial;
  font-size: 16	px;
  font-weight: normal;

  max-width: 525p;
  text-align: center;
  overflow: -moz-scrollbars-vertical;
}

#wrapper {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  max-width: 525p;
  border-collapse: collapse;
  font-family: serif, "sans-serif", verdana, arial;
}

#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: serif, "sans-serif", verdana, arial;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}

#topleft {
  height: 0px;
  width: 0px;
  background-image: url("topleft.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #000000;
}

#top {
  height: 0px;
  background-image: url("top.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #000000;
}

#topright {
  height: 0px;
  width: 0px;
  background-image: url("topright.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #000000;
}

#left {
  width: 0px;
  background-image: url("left.jpg");
  background-repeat: repeat-y;
  background-position: right;
  background-color: #000000;
}

#center {
  background-color: #000000;
  width: 485px;
}

#right {
  width: 0px;
  background-image: url("right.jpg");
  background-repeat: repeat-y;
  background-position: left;
  background-color: #000000;
}

#bottomleft {
  height: 0px;
  width: 0px;
  background-image: url("bottomleft.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #000000;
}

#bottom {
  height: 0px;
  background-image: url("bottom.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #000000;
}

#bottomright {
  height: 0px;
  width: 0px;
  background-image: url("bottomright.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #000000;
}




