.main{
    width: 100%;
    height: 100%;
    background-color:#ffee06;
    position: absolute;
}

.images{
    background:url(../images/pic.png) no-repeat;
    width:480px;
    height:480px;

    margin: 0 auto 0 auto;
}

.copyright{
    width: 100%;
    text-align: center;
    margin: 50px auto 0 auto;
}

.copyright p{
    font-size: 12px;
    line-height: 17px;
}

.content{
    width: 100%;
    height: 88px;
    background-color: #ffffff;
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    filter:alpha(Opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
}

.content p{
    text-align: center;
    font-size: 75px;
    line-height: 88px;

}