.header{
    position: relative;
    height:1000px;
    background: url("../img/header.jpg") top center no-repeat;
}
.logo {
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -540px;
    width: 138px;
    height: 100px;
}
.time{
    position: absolute;
    top: 928px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    color: #fbedcd;
    font-size: 30px;
    text-align: center;
}
.content{
    position: relative;
    height: 2620px;
    background: url("../img/content.jpg") top center no-repeat;
}
.rule{
    width: 1100px;
    text-align: center;
    left: 50%;
    top: 95px;
    margin-left: -550px;
    position: absolute;
    line-height: 150%;
    color: #fbf4ff;
    font-size: 30px;
}
.action{
    position: absolute;
    top: 2160px;
    width: 1200px;
    left: 50%;
    font-size: 30px;
    color: #ffdd8e;
    margin-left: -600px;
    line-height: 155%;
}