html, body {
    margin: 0;
    padding: 0;
}
body {
    background: #000;
    color: #fff;
    text-align: center;
    _font-size: 1px;
    _line-height: 0;
}
img {
    border: 0;
}

#menu {
    position: relative;
    width: 824px;
    height: 900px;
    margin: 0 auto;
    background: url(http://trailers.apple.com/trailers/independent/knowing/images2/bg-menu.jpg) no-repeat;
}
#movie-bg {
    position: relative;
    width: 824px;
    height: 900px;
    margin: 0 auto;
    background: url(http://trailers.apple.com/trailers/independent/knowing/images2/bg-movie.jpg) no-repeat;
    padding-top: 1px;
}

#movie {
    margin: 210px 0 auto;
}
#return-link {
    margin: 5px auto 40px;
}

