@charset "utf-8";
/* CSS Document */

#videobody  {
   background-image: url(/pictures/CinemaBackground.jpg);
   background-attachment: fixed;
   background-position: center top;
   text-align: center;
   background-repeat:no-repeat;
   margin-top: 10px;/*This creates a top margin between the top edge of the
                      browser window and the top of the header section of the web site.*/
   padding: 0;
   line-height: 1.5em;
   background-color: #000000;

}


/* 
div {   width: 700px; /*Width of main container*/
        color: #000000; /*Sets the color of the text in the footer section to Black*/
        background-color: #000000;
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
        margin-left: auto;
        margin-right: auto;
}
*/