body {
  background-color: #d4e1f0;
  color: #000000;
  font-family: verdana, arial, "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-family: verdana, arial;
  font-size: 25px;
  font-weight: bold;
  color: #993300;
}

#topleft {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position:  right bottom;
  background-color: #d4e1f0
}

#top {
  height: 20px;
  background-repeat: repeat-x;
  background-color: #d4e1f0; background-position-y:50%
}

#topright {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position:  left bottom;
  background-color: #d4e1f0
}

#left {
  width: 20px;
  background-repeat: repeat-y;
  background-position:  right 50%;
  background-color: #d4e1f0
}

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

#right {
  width: 20px;
  background-repeat: repeat-y;
  background-position:  left 50%;
  background-color: #d4e1f0
}

#bottomleft {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position:  right top;
  background-color: #d4e1f0
}

#bottom {
  height: 20px;
  background-repeat: repeat-x;
  background-color: #d4e1f0; background-position-y:50%
}

#bottomright {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position:  left top;
  background-color: #d4e1f0
}