/*****************
*** FOOTER.css ***
*****************/

#footer {
  clear: both;
  position: relative;
  background-color: #4DC5A3;
  padding: 20px 0 16px;
  font-family: 'Concert One', Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
}

#footer p {
  margin: 0 0 0.5em;
}

#footer table {
  width: 100%;
}

#footer table td {
  vertical-align: top;
  width: 50%;
}

