@font-face {
  font-family: CorpS;
  src: url("/fonts/corps.woff");
}
body {
  font: 13px Helvetica Neue, Arial, Sans Serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  max-width: 800px;
  margin: auto;
}
#logo > h1 {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: CorpS, Helvetica Neue, Arial, Sans Serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #2e2e2e;
}
h3 {
  text-indent: 15px;
}
h2 {
  margin-top: 30px;
}
h5 {
  font-style: italic;
  text-align: center;
  margin-top: 5px;
}
p,
li,
b {
  font: 13px Helvetica Neue, Arial, Sans Serif;
  line-height: 170%;
  color: #666;
  -webkit-font-smoothing: antialiased;
}
a,
a:visited {
  text-decoration: none;
  color: #2e2e2e;
}
.container {
  width: 600px;
  left: 50%;
  margin: 50px 0 0 -300px;
  position: absolute;
}
img {
  display: block;
  width: 600px;
  margin-top: 20px;
}
#footer {
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  margin-bottom: 0px;
  text-align: center;
}
#footer a {
  font-weight: bold;
}
