#box {
  position: relative;
  float: left;
  top: 0px;
  left: 40px;
  height: auto;
  width: 195px;
  background: url('../img/box-m.png') repeat-y 0px 0px;
  z-index: 1;
}

#box-t {
  position: relative;
  top: -38px;
  height: 38px; 
  width: 195px;
  margin: 0px auto 0px auto;
  background: url('../img/box-t.png') no-repeat top left;
}

#box-b {
  position: relative;
  top: 38px;
  height: 38px; 
  width: 195px;
  background: url('../img/box-b.png') no-repeat top right;
}

#box p {
  position: relative;
  width: 140px;
  left: 25px;
  color: #000000;
  font-size: 16pt;
  text-align: center;
}