﻿footer {
  padding-top: 10px;
  box-shadow: 0 0px 5px 2px #444444;
  border-top: 1px solid #444444;
  background: url(../img/bg/FFFFFF-0.5.png) repeat center;
  color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: 'BrutalType-Regular', Verdana;
}
footer .footer {
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 5px 10px;
  text-shadow: 0 0 1px black;
}
footer .footer nav {
  float: right;
  font-size: 12px;
}
footer .footer .copyright {
  float: left;
}
footer .footer a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 10px;
  display: inline-block;
}
footer .footer a:hover {
  color: #111111;
  text-shadow: none;
}
