html,
body {
  height: 100%;
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
  font-size: 1.0em;
}

h1 {
  font-weight: bold;
  font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
  font-size: 1.3em;
}

h2 {
  font-weight: 400;
  font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
  font-size: 1.1em;
}

h3 {
  font-weight: bold;
  font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
  font-size: 1.0em;
}

h4 {
  font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
  font-size: 0.9em;
}

#wrap {
  /*min-height: 100%;*/
  height: auto !important;
  height: 100%;

  margin: 0 auto -60px;

  padding: 0 0 60px;
}


#footer {
  /*height: 60px;*/
  background-color: #f5f5f5;
}

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}