body { background-color: #fcba4c; color: #000000; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-align: center; }

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-collapse: collapse;
}

#title { padding-top: 10px; padding-bottom: 20px; font-size: 11px; font-weight: bold; color: #900; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }

#topleft {
  height: 20px;
  width: 20px;
  background-image: url(topleft.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #fcba4c;
}

#top {
  height: 20px;
  background-image: url(top.jpg);
  background-repeat: repeat-x;
  background-position: 50% bottom;
  background-color: #fcba4c;
}

#topright {
  height: 20px;
  width: 20px;
  background-image: url(topright.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #fcba4c;
}

#left {
  width: 20px;
  background-image: url(left.jpg);
  background-repeat: repeat-y;
  background-position: right 50%;
  background-color: #fcba4c;
}

#center {
  background-color: #fff;
  width: 750px;
}

#right {
  width: 20px;
  background-image: url(right.jpg);
  background-repeat: repeat-y;
  background-position: left 50%;
  background-color: #fcba4c;
}

#bottomleft {
  height: 20px;
  width: 20px;
  background-image: url(bottomleft.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #fcba4c;
}

#bottom {
  height: 20px;
  background-image: url(bottom.jpg);
  background-repeat: repeat-x;
  background-position: 50% top;
  background-color: #fcba4c;
}

#bottomright {
  height: 20px;
  width: 20px;
  background-image: url(bottomright.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fcba4c;
}


