
.zone img{
  height: 90px;
  width: 90px;
}

.zone .left_pic {
  height: 124px;
  background-image: url(../images/zone_bckgrnd.png);
  text-align: center;
  vertical-align: center;
  background-repeat: no-repeat;
  width: 124px;
}

.zone .right_pic {
  height: 124px;
  background-image: url(../images/zone_bckgrnd_2.png); 
  text-align: center;
  vertical-align: center;
  background-repeat: no-repeat;
  width: 124px;
}

.zone .right_text {
  padding-left: 30px;
  background-image: url(../images/txt_bckgrnd_2.png); 
  background-repeat: no-repeat;
  background-position: right;
  height: 124px;
  width: 400px;
  vertical-align: center;
}

.zone .left_text {
  padding-right: 30px;
  background-image: url(../images/txt_bckgrnd.png); 
  background-repeat: no-repeat;
  background-position: left;
  height: 124px;
  width: 400px;
  vertical-align: center;
}
