body {
    background-color: #000000;
    min-width: 710px;
    font-family: 'Trebuchet MS';
    text-align: center;
    color: white;
}

.content {
    background-color: #CCCCCC;
    border-radius: 15px;
    padding: 10px;
    margin: 10px;
    position: relative;
}

.hammerlogo {
    height: 65px;
    width: 65px;
    vertical-align: middle;
}

.topbar {
    height: 80px;
    font-size: 45px;
}

.bgseparator {
    background-color: #000000;
    min-height: 5px;
    text-align: center;
    color: white;
    margin: 5px;
    font-size: 25px;
}

.gamelogo {
    width: 350px;
    max-width: 350px;
}
.gamelogodiv {
    padding-top: 50px;
    padding-bottom: 10px;
}
.gamethumbdiv {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tsb2bg {
    background-image: url("images/tsb2/tsb2-alley1.jpg");
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.sblbg {
    background-image: url("images/sbl/sblmc1.jpg");
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.bmsbg {
    background-image: url("images/bms/bmspic1.jpg");
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.morebg {
    height: 400px;
    background-color: #3e497c;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .tsb2bg {
        background-image: url("images/tsb2/tsb2-alley1.jpg");
        height: 400px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        position: relative;
    }

    .sblbg {
        background-image: url("images/sbl/sblmc1.jpg");
        height: 400px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        position: relative;
    }

    .bmsbg {
        background-image: url("images/bms/bmspic1.jpg");
        height: 400px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        position: relative;
    }

    .morebg {
        height: 400px;
        background-color: #3e497c;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        position: relative;
    }
}