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

body {
    background: #fff;
    color: #000;
    text-align: center;
}
img {
    border: 0;
}
#menu {
    position: relative;
    width: 1024px;
    height: 687px;
    margin: 0 auto;
    background: url(http://trailers.apple.com/trailers/disney/highschoolmusical3/images/menu.jpg) no-repeat;
}
#footer {
    position: relative;
    width: 1024px;
    height: 63px;
    margin: 0 auto;
    background: url(http://trailers.apple.com/trailers/disney/highschoolmusical3/images/footer.gif) no-repeat;
}
#movie-bg {
    position: relative;
    width: 1024px;
    min-height: 687px;
    _height: 687px;
    margin: 0 auto;
}

#movie {
    margin-bottom: 20px;
}
