﻿div#page-footer {
  height: 40px;
  background-color: #EBE9E7;
  font-weight: 300;
  font-size: 11px;
  color: #333333;
  padding: 10px 30px;
  position: relative;
  z-index: 50;
  font-family: 'Lato', sans-serif;
}

div#page-footer a {
  color: #333333;
  margin: 0 10px;
  text-decoration: none;
}

div#page-footer div#page-footer-left {
  float: left;
  position: relative;
  top: 40%;
}

div#page-footer div#page-footer-right {
  float: right;
  position: relative;
  top: 40%;
}