﻿.bg {
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -5;
    zoom: 1;
    background-attachment: fixed;
    background: center 0px;
}

.ewb-main {
    position: absolute;
    width: 998px;
    height: 600px;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -499px;
}

.ewb-main h2 {
    font-size: 56px;
    line-height: 80px;
    text-align: center;
    color: #fff;
}

.ewb-main p {
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    color: #fff;
}

.ewb-link {
    height: 200px;
    line-height: 200px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.ewb-link a {
    color: #fff600;
}

.ewb-first {
    margin-right: 70px;
}