.mod-single-page {
    background: #4990e2 url(../img/page-bg_eeb13853.jpg) repeat center top
}

.mod-single-page__box {
    height: 600px;
    width: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -300px;
    background: #fff;
    min-height: 200px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    overflow: hidden
}
body {
    font: 14px/1.6 "Helvetica Neue", Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    color: #232528
}

.mod-single-page__inner {
    margin: 20px
}

.mod-single-page__title {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 20px;
    height: 20px
}
.gowebsite{
    text-align: center;
}
.gowebsite button{
    padding: 10px 30px;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #4990E2;
    outline: none;
    font:inherit;
}