html, body {
    height:100%;
    -webkit-font-smoothing:antialiased;
}

body {
    background:#575759;
    font-size:16px;
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
    color:#fff;
}

h1 {
    font-size:4em;
}

.hero-unit {
    background:transparent;
    text-align:center;
}

.centered {
    text-align:center;
}

#logo {
    position:absolute;
    top:15px;
    left:35px;
}

#chrome,
#firefox {
    text-align:center;
}

.full {
    background:url(../img/block.png) center no-repeat transparent;
    width:100%;
    height:250px;
    max-height:400px;
    min-height:220px;
}

.download {
    border:2px solid #fff;
    width:150px;
    margin:0 auto;
}

.download a {
    text-align:center;
    text-decoration:none;
    display:block;
    padding:10px 20px;
    color:#fff;
    font-weight:bold;
}

.download a:hover {
    background:#fff;
    color:#575759;
}