a img {
  border: 0px;
}

.clear {
  clear: both;
}

#home_page_features {
  text-align: center;
}

#home_page_features #wrapper {
  text-align: left;
  margin: 0px auto;
  width: 710px;
}

#home_page_features .feature {
  float: left;
  width: 226px;
  margin-right: 5px;
  margin-left: 5px;
  background: #CCCCCC;
  background: url(/images/gift-photo-frame.jpg) top left no-repeat;
  height: 270px;
  display: inline; /* IE 6 fix */
  position: relative;
}

#home_page_features .feature img {
  float: right;
}

#home_page_features .feature p {
  clear: both;
  position: absolute;
  top: 200px;
  left: 50px;
  color: #FFFFFF;
  margin: 0px;
  width: 150px;
}

#home_page_features .feature p a {
  color: #FFFFFF;
}

#home_page_features .feature_image_only {
  float: left;
  width: 221px;
  margin-right: 5px;
  margin-left: 5px;
  background: #CCCCCC;
  display: inline; /* IE 6 fix */
}