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

#title {
  font-family: verdana, arial;
  font-size: 30px;
  font-weight: bold;
  color: #d0d0d0;
}

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

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

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

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

#center {
}

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

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

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

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

