body {
    background: url(img/background.jpg) center center no-repeat;
    background-size: cover;
    color: white;
    font-family: Courier, monospace;
    font-size: 14px;
}

#container {
    width: 620px;
    margin: 0 auto;
}

header {
    text-align: center;
    padding: 20px 0;
    border-bottom: solid 1px white;
}

nav {
    margin-top: 20px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
    margin: 0 15px;
}

a:link {
    color: white;
    text-decoration: none;
    text-transform: lowercase;
}

a:visited {
    color: white;
}

a:hover {
    color: #ffea00;
}

#tagline {
    text-align: center;
    margin: 50px 0 0;
}

#tagline h1 {
    margin-bottom: 160px;
}

#tagline h1 em {
    font-weight: lighter;
    font-style: normal;
    display: block;
}

a.button {
    display: block;
    height: 86px;
    width: 305px;
    background: url(img/button-background.png) top left no-repeat;
    margin: 0 auto;
    color: black;
    font-size: 18px;
    line-height: 86px;
    font-weight: bold;
}

a.button:hover {
    color: white;
    text-shadow: 0 1px 5px #333;
}

a.button:active {
    position: relative;
    top: 1px;
}

footer {
    text-align: center;
    font-size: 12px;
    margin-top: 150px;
}