body{
    margin:0px;          /* ページ全体のmargin */
    padding:0px;         /* ページ全体のpadding */

    background-color: #eeeeee;
}

img{
    border: 0px;
}
div#main{

    /*    width: 980px;
        height: 100%;
        margin: 0px 0px 0px -490px;
        left: 50%;
        position: absolute;*/
    width: 960px;
    margin: 0px 0px 0px -490px;
    left: 50%;
    position: absolute;

}

div#movie_top{

    width: 640px;
    margin: 0px 0px 0px -320px;
        margin-top: 30px;
    left: 50%;

    position: relative;

}
