body {
    background: #fff url(../images/R.jpg) top center no-repeat;
}

a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.main {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
}

.content {
    position: absolute;
    left: 48px;
    top: 190px;
    width: 500px;
    height: auto;
    margin: auto;
    text-align: center;
}

.movie {
    position: relative;
    display: inline-block;
    padding: 5px 5px 3px;
    margin-bottom: 3px;
    background-color: #000;
    background-size: 100% 100%;
    background-image: url(../images/movie_bg.jpg);
    background-repeat: no-repeat;
}

.sound {
    position: absolute;
    z-index: 99;
    bottom: 7px;
    right: 5px;
}

.btnSound {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 38px;
    background-image: url(../images/closeSound.png);
    cursor: pointer;
    background-size: 61%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    outline: none;
}

.openSound {
    display: none;
    background-image: url(../images/openSound.png);
}

.CI {
    position: absolute;
    left: 175px;
    top: 40px;
    width: 124px;
    height: 21px;
    background-image: url(../images/CI.png);
    background-repeat: no-repeat;
    background-size: 90% auto;
}