html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #edebeb url(http://trailers.apple.com/trailers/disney/up/images4/clouds.jpg) no-repeat center top;
    color: #000;
    text-align: center;
}
img {
    border: 0;
}

#container {
    position: relative;
    width: 1000px;
    height: 800px;
    margin: 0 auto;
    background: transparent url(http://trailers.apple.com/trailers/disney/up/images4/bg.jpg) no-repeat;
}
body.video #container {
    background-image: url(http://trailers.apple.com/trailers/disney/up/images4/bg-video.jpg);
}
#movie-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 715px;
}
