
body {
  background-image: url("bodyBg.gif");
  color: #000000;
  font-family: verdana, arial, "sans-serif";
  text-align: center;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  border-collapse: collapse;
}

/*#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000;
}*/

#topleft {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url("topleft.jpg");

}

#top {
  height: 20px;
  background-repeat: repeat-x;
  background-position: bottom;
  background-image: url("top.jpg");
}

#topright {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("topright.jpg");
}

#left {
  width: 20px;
  background-repeat: repeat-y;
  background-position: right;
  background-image: url("borderleft.jpg");
}

#center {
  width: 750px;
  background-color: #fff;
}

#right {
  width: 20px;
  background-repeat: repeat-y;
  background-position: left;
  background-image: url("borderight.jpg");

}

#bottomleft {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("bottomleft.jpg");
}

#bottom {
  height: 20px;
  background-repeat: repeat-x;
  background-position: top;
  background-image: url("foot.jpg");
}

#bottomright {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("bottomright.jpg");
}

