.header {
    background:url('background.jpg') repeat;
    box-shadow: inset 0px -40px 100px -40px #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;
}
