body {
    background: rgb(0,117,175); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,117,175,1) 1%, rgba(146,184,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,117,175,1)), color-stop(100%,rgba(146,184,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,117,175,1) 1%,rgba(146,184,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,117,175,1) 1%,rgba(146,184,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,117,175,1) 1%,rgba(146,184,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,117,175,1) 1%,rgba(146,184,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075af', endColorstr='#92b8e8',GradientType=0 ); /* IE6-9 */
}

#header {
    margin: 20px 0;
}

#header .logo {
    font-size: 32px;
    color: white;
}

#footer {
    margin: 20px 0;
}

#footer .hosting-info {
    text-align: center;
}

#footer .hosting-info a {
    color: #333;
    font-size: 14px;
}

#footer .hosting-info span {
    vertical-align: middle;
}

#footer .hosting-info img {
    vertical-align: middle;
    height: 34px
}

.container {
    background-color: #FBFDFE;
    border-radius: 4px;
    padding: 12px;
}

.container .btn.download {
    margin-bottom: 20px;
}