.browser_redirect {
    margin-left: 160px;
}
.browser_redirect h2 {
    color: white;
    margin-bottom: 20px;
}
.browser_redirect #browsers {
    margin: 30px 0 0 60px;
}
.browser_redirect #browsers .browser {
    display: block;
    margin: 0 40px 15px 0;
    float: left;
    width: 100px;
    text-decoration: none;
    text-align: center;
    width: 100px;
    padding-top: 100px;
    background-image: url(../images/browser_icons.png);
    background-repeat: no-repeat;

}

.browser_redirect  #browsers #firefox { background-position: center 0px; }
.browser_redirect  #browsers #chrome { background-position: center -147px; }
.browser_redirect  #browsers #internet_explorer { background-position: center -306px; }
.browser_redirect  #browsers #safari { background-position: center -465px; }