article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }

@-webkit-keyframes fade-in {
  0%    { opacity: 0; }
  50%   { opacity: 0; }
  100%  { opacity: 1; }
}

body {
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 1.5s;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted #000000;
  color: #000000;
}

a:hover { border-bottom-style: solid; }

#page {
  width: 960px;
  margin: 0px auto 50px auto;
  overflow: hidden;
}

#container {
  padding: 0px 14px;
  overflow: hidden;
}

h1 {
  margin: 70px 0px 30px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 110px;
}

h2 {
  margin: 15px 0px 0px 0px;
  font-size: 24px;
}

p {
  margin: 15px 0px;
  line-height: 22px;
}

.hidden {
  position: absolute;
  left: -9999px;
}

.column { float: left; }
span.strike { text-decoration: line-through; }

footer {
  padding-top: 30px;
  clear: both;
}

footer p {
  padding: 10px 0px;
  border-top: 1px solid #000000;
}

footer p span { float: right; }