body {
    background: #000 url('window.jpg') no-repeat 75% bottom fixed;
    color: #999;
    font: normal 1em Arial, Helvetica, sans-serif;
    padding: 35px 70px;
    margin: 0;
}

a img {
    border: 0;
}

#siteid {
    position: absolute;
    bottom: 320px;
    left: 38%;
    min-width: 400px;
    height: 250px;
    margin-left: -200px;
}

#siteid h1#sitename {
    position: relative;
    overflow: hidden;
    font: normal 50px monospace;
    margin: 33px 0 10px 0;
}

    #siteid h1#sitename span {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-position: top left;
    }

#siteid #tagline {
    text-align: right;
    margin-top: 0;
    margin-right: 62px;
    font-style: italic;
    color: #666;
    letter-spacing: 2px;
}

#wolfybutton {
    position: absolute;
    bottom: 290px;
    left: 38%;
    width: 350px;
    height: 87px;
    margin-left: -200px;
    color: #666;
}

#wolfybutton a {
    display: block;
    width: 350px;
    height: 87px;
    background: url(wolfenstein_records_room.jpg) no-repeat left top;
}

    #wolfybutton a img#button {
        width: 350px;
        height: 87px;
    }

    #wolfybutton a:hover {
        background: url(wolfenstein_records_room.jpg) no-repeat left -87px;
    }

@media screen and (max-width: 960px) {

    body {
        background-position: bottom right -70px;
    }

}

@media screen and (max-width: 700px) {

    body {
        background-position: bottom right -120px;
    }

}

@media screen and (max-width: 620px) {

    body {
        background-image: none;
    }

    #siteid {
        width: 100%;
        left: 0;
        top: 20vh;
        bottom: auto;
        margin: 0;
    }

        #siteid h1#sitename {
            margin: 33px auto 10px auto;
        }

    #wolfybutton {
        position: absolute;
        bottom: 20vh;
        left: 0;
        height: 87px;
        width: 100%;
        margin: 0;
        text-align: center;
    }

        #wolfybutton a {
            display: inline-block;
        }

}

