div.box {
  background: url(images/tl.gif) top left no-repeat;
}

div.box h3 {
  background: url(images/tr.gif) top right no-repeat;
  padding: 15px;
  margin: 0;
}

div.boxmain {
  background: url(images/rb.gif) top right repeat-y;
}

div.boxfoot {
  background: url(images/bl.gif) bottom left no-repeat;
}

div.boxfoot p {
  background: url(images/br.gif) bottom right no-repeat;
}