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

#title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: verdana, arial;
  font-size: 30px;
  font-weight: bold;
  color: #d0d0d0;
}

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

#top {
  height: 20px;
  background-image: url("top.png");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: none;
  }

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

#left {
  width: 20px;
  background-image: url("left.png");
  background-repeat: repeat-y;
  background-position: right;
  background-color: none;
}

#center {
  background-color: #ffffff;
  width: 650px;
}

#right {
  width: 20px;
  background-image: url("right.png");
  background-repeat: repeat-y;
  background-position: left;
  background-color: none;
}

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

#bottom {
  height: 20px;
  background-image: url("bottom.png");
  background-repeat: repeat-x;
  background-position: top;
  background-color: none;
}

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

