footer { 
  font: 100% arial, sans-serif;
  height: 130px;
  padding: 20px 0 5px 0;
  text-align: center; 
  background: #355c7d;
  color: #FFF;
  margin: 0 0 0 0;
  border-top: 5px solid #eeeeee;
}

footer p { 
  line-height: 1.7em;
  padding: 0 0 10px 0;
}

footer a { 
  color: #FFF;
  text-decoration: none;
}

footer a:hover { 
  color: #FFF;
  text-decoration: none;
}
p {
    /*text-align-last:justify;*/
    /*! text-align: justify; */
    text-justify: distribute-all-lines;
    word-break: break-word;
    -webkit-hyphens: manual;
    -ms-hyphens: manual; /*ie10+*/
    hyphens: manual;
}



