html {
    height: 100%;
    background: #ffffff;
}
body {
    height: 100%;
    font: 17px/25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777c7f;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}
.main {
    min-height: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 35px;
}
img {
    width: 230px;
}
a {
    color: #002d73;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
a:hover {
    color: #1974D8;
}
a:active {
    color: #1974D8;
}

.features {
    margin: 0 0 88px;
}