html { 
  background: url('../images/alphawolf.jpg') no-repeat center center fixed; 
  background-color: #606060;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@font-face {
  font-family: Troika;
  src: url('../fonts/troika.otf');
}

/* Vertical centering */
div.container {
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  position: fixed;
  display: table;
}

div.cell {display: table-cell; vertical-align: middle}


h1.header {
  margin-top: 30px;
  text-align: center;
  font: 120px/0px 'Troika', Arial, sans-serif;
  color: #FFFFFF;
  font-style: normal;
  font-variant: small-caps;
  font-weight: normal;
  letter-spacing: 0;
  text-shadow: 0 0 2px #000000, 1px 1px 6px #A0A0A0;
}
