#services_head {
  height: 39px;
  background: url(images/services_head.jpg);
  background-repeat: no-repeat;
  margin-left: -1px;
  margin-top: 10px;
}

#services_head h1 {
  display: none;
}

#serviceparent {
  height: 160px;
}

div.service {
  display: table;
  width: 141px;
  height: 150px;
  background-color: #514A73;
  margin-left: 35px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  padding-bottom: 3px;
  font-size: 10px;
  float: left;
}

div.service img {
  border: 0;
}
