#footer {
  width: 100%;
  clear: both;
  padding-bottom: 30px;
  margin-top: 2px;
  background-repeat: repeat-y;
  background-position: 50px; }
  #footer .links {
    float: left;
    padding-left: 24px;
    padding-top: 15px;
    color: #fff;
    font-size: 14px; }
    #footer .links strong {
      font-size: 11px;
      font-weight: normal;
      margin-right: 10px;
      color: #aaa; }
    #footer .links a {
      color: #00aeef; }
  #footer .about {
    float: right;
    padding-right: 24px;
    padding-top: 10px;
    text-align: right; }
    #footer .about .copyrights a {
      font-weight: bold;
      color: #00aeef;
      font-size: .6em; }
    #footer .about .credits a {
      color: #00aeef; }
