* { margin: 0; padding: 0; }
body {
  background-color: #f0f0f0;
  color: #555;
  font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;

  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection {
  background: #999 none repeat;
  color: #fefafa
}
::-moz-selection {
  background: #999 none;
  color: #fefafa
}
#container {
  background-color: white;
  border: 1px solid #CCC;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 2em auto 5em;
  padding: 25px;
  width: 600px;
}
a {
  background-color: #fff999;
  color: #99d;
  text-decoration: none;
  padding: 0 .1em;
}
a:hover {
  color: #00f;
}
a img {
  border: none;
}
address {
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0.8em 1.5em ;
}
p {
  margin: 0 0 0.8em 0;
  line-height: 1.8em;
  letter-spacing: .06em;
}
h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0.5em 0;
}
ul {
  line-height: 1.5em;
  margin: 1em 0 0;
}
code {
  font-family: monospace;
  color: #bbb;
}
.copyright {
  font-size: 77%;
  color: #ccc;
}
.bottom {
  margin: 1em;
}
#footer {
  clear: both;
  margin-top: 50px;
  background-color: #EAEAEA;
  border-top: 1px solid #D2D2D2;
  height: 220px;
}
