* {
  border: 0;
  margin: 0; }

body {
  font-family: "Helvetica", "Lucida Grande", "Bitstream Vera Sans", "Verdana";
  font-size: 13px;
  color: #333;
  text-align: center; }

body, html {
  height: 100%; }

a {
  color: #999999; }
  a:hover {
    color: #000; }

.content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#footer {
  width: 300px;
  padding: 0 0 12px;
  margin: 0 auto;
  color: #bbb;
  font-size: 10px; }
  #footer p {
    width: 400px;
    padding: 0px; }
    #footer p.contact {
      padding-bottom: 14px;
      font-size: 13px; }
