.header {
    background:url('background.png') repeat;
    background-size:auto 100%;
    box-shadow: inset 0px -20px 20px -20px #000;
}

.headerTitle {
  color:white;
  font-weight:100;
  font-size:400%;
  text-align:center;
  padding:50px;
}
.header nav > ul > li > a {
    color:white;
    text-shadow:none;
}
