.offerBox {
  background: #fff;
  margin: 0 auto;
  width: 650px;
  border: 1px solid #ababab;
  margin-bottom: 20px;
}
.offerBox a {
    color: #000;
    text-decoration: none;
}

.offerBox img{
  width: 200px;
  margin: 10px;
  float: left;
}

.offerHeader {
    width: 100%;
    text-align: center;
    height: 20px;
    background-color: #C9C9C9;
    padding: 5px 0;
}

.offerHeader a{
    color: #000;
}


.offerDescription {
  float: left;
  padding: 10px;
  text-align: justify;
  width: 390px;
}

.moreLinks {
  text-align: center;
  width: 100%;
  padding: 5px 0;
  background-color: #EAEAEA;
  
}

.moreLinks a {
    color: #D64400 !important;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 100%;
}