div.heading
{
  background-color: #7be;
  color: #fff;
  padding: 5px;
  margin-bottom: 20px;
  width: 850px;
  height: 40px;
}

div.support_box
{
  float: left;
  width: 189px;
  margin-right: 10px;
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 10px 8px;
  height: 300px;
  position: relative;
  top: 0;
  left: 0;
}

p.bottom
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 4px 8px 0 8px;
  text-align: center;
  width: 189px;
}

div.support_box h2
{
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
