html,body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

#header {
  background-image: url(headerbg.jpg);
  height: 100px;
  width: 100%;
  margin: 0;
  padding: 0;
}

#head {
  left: 30px;
  top: 15px;
  height: 118px;
  width: 108px;
  position:  absolute;
}

#afs {
  left: 100px;
  top: 10px;
  height: 96px;
  width: 138px;
  position:  absolute;
}

#bar {
  background-image: url(bar.gif);
  height: 18px;
  width: 100%;
  top: 0;
}

.box {
  background-color: #96C83C;
  margin-top: 30px;
  margin-left: 30px;
  display: inline-block;
}

.bt { background: url(top.gif) repeat-x top }
.bb { background: url(bottom.gif) repeat-x bottom }
.bl { background: url(left.gif) repeat-y left }
.br { background: url(right.gif) repeat-y right }

.btl { background: url(topleft.gif) no-repeat top left }
.btr { background: url(topright.gif) no-repeat top right }
.bbr { background: url(bottomright.gif) no-repeat bottom right }
.bbl { padding: 30px 10px; background: url(bottomleft.gif) no-repeat bottom left }
