#subscribe {
  margin-bottom:  50px;
}

#subscribe h2, #unsubscribe h2 {
  padding:            5px 0 0 40px;
  height:             32px;
  background-repeat:  no-repeat;
}
#subscribe h2 {
  background-image: url('../images/icons/subscribe.png');
}

#unsubscribe h2 {
  background-image: url('../images/icons/unsubscribe.png');
}
