body {
    margin: 0;
    padding: 0;
    background: url('./bg.jpg') no-repeat top center;
    font-size: 20px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 350px;
    margin: -240px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
}

.button_link {
    display: block;
    width: 236px;
    margin: 0 auto;
    background: #fd9a1a;
    border-radius: 4px;
    color: #fff;
    line-height: 68px;
    height: 68px;
    text-decoration: none;
    border: 2px solid #fd9a1a;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.button_link:hover {
    background: #fcac43;
    color: #f5f5f5;
    border: 2px solid #fd9a1a;
}

.container .text {
    margin-top: 0;
    font-weight: 100;
    padding: 0 20px;
}

.container img {
    margin-top: 40px;
    margin-bottom: 50px;
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: #e7e9e8;
    background: #f1fbfa;
    height: 65px;
    color: #999;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.c_container {
    width: 960px;
    margin: 20px auto;
    position: relative;
}

.footer_left,
.footer_center,
.footer_right {
    display: inline-block;
    width: 320px;
}

.footer_left {
    float: left;
    text-align: left;
}

.footer_right {
    float: right;
    text-align: right;
    vertical-align: top;
    width: 260px;
    padding-right: 60px;
}

.vk, .twit {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 0;
}