#head {
  position: relative;
  top: -200px;
  height: 200px; 
  width: 736px;
  margin: 0px auto 0px auto;
  background: url('../img/header-b-m.png') repeat-x 0px 0px;
}

#head-l {
  position: relative;
  top: 0px;
  left: 95px;
  height: 200px; 
  width: 37px;
  background: url('../img/header-b-l.png') no-repeat top left;
}

#head-r {
  position: relative;
  top: -400px;
  left: 868px;
  height: 200px; 
  width: 37px;
  background: url('../img/header-b-r.png') no-repeat top right;
}

