*{
    margin: 0;
    padding: 0;
}

body{
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-family: serif;
    -webkit-text-size-adjust: 100%;
}
body:before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(./image/cedar.jpg) top no-repeat;
    background-position: top;
    background-size: cover;
}

#cont{
    width: 980px;
    margin: 0 auto;
    text-decoration: none;
    background: url(./image/backk.png) repeat;
}

#header{
    width: 960px;
    text-align: right;
}

#foot{
    width: 960px;
    height: 120px;
    font-size: 20px;
}

#main{
    width: 960px;
    padding: 10px;
    margin-bottom: 30px;
}

h1{
    font-weight: bold;
    font-size: 28px;
}

h2{
    padding: 0px;
    margin: 10px;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

h3{
    font-size: 32px;
    font-weight: bold;
    margin: 12px 0 24px; }

.sentence{
    text-align: left;
    margin: 0 10px;
}

.attention{
    text-align: left;
    font-size: 22px;
    margin-left: 30px;
}

.trance:hover{
    opacity: 0.5;
    transition: 0.5s;
}

