body {
  background-color: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

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

#title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: verdana, arial;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

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

#top {
  height: 20px;
  background-position: bottom;
  background-color: #ffffff;
}

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

#left {
  width: 20px;
  background-position: right;
  background-color: #ffffff;
}

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

#right {
  width: 20px;
  background-position: left;
  background-color: #ffffff;
}

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

#bottom {
  height: 20px;
  background-position: top;
  background-color: #ffffff;
}

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

