@import url(reset.css);
body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px; }

#All {
  width: 700px;
  margin: 64px 0 0 160px;
  z-index: 2; }

#Bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: -1; }

p {
  margin-bottom: 16px; }

h1 {
  display: block;
  text-indent: -999em;
  width: 124px;
  height: 72px;
  background: no-repeat url(../images/logo-bg.png) top left;
  position: absolute;
  top: 75px;
  right: 0; }
  h1 a {
    display: block;
    width: 100%;
    height: 100%; }

h2 {
  text-transform: uppercase;
  color: #b11a15;
  margin: 32px 0 16px 0; }
  h2.skip {
    margin-top: 64px; }

h3 {
  margin-top: 8px;
  margin-bottom: 8px; }

a {
  color: #b11a15; }

strong {
  font-weight: bold; }

