footer { 
  font: 100% arial, sans-serif;
  height: 130px;
  padding: 20px 0 5px 0;
  text-align: center; 
  background: #0c4270;
  color: #FFF;
  margin: 0 0 0 0;
  border-top: 5px solid #F7901D;
}

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;
}