html, body, h1, h2, h3, h4, h5 {
    font-family: 'pragmatica-condensed', arial, helvetica, sans-serif;
}

body {
    background: url('../img/main-bg.jpg') no-repeat 50% 50%;
    background-size: cover;
}

footer {
    background: url('../img/footer-bg.png') no-repeat 100% 50%;
    background-size: cover;
    height: 100px;
    width: 100%;
}