            /* css stuff */
            body {
                background: #F2E3C2;
                margin: 0 auto;
                padding: 0;
                border: 0;
                font-family: arial;
            }
            .nav {
                direction: rtl;
                height: 215px;
                margin: 15px auto;
                text-align: center;
                width: 1000px;
            }
            .button {
                background: url("../images/clickherebutton.jpg") repeat scroll 0 0 transparent;
                color: whitesmoke;
                cursor: pointer;
                direction: rtl;
                display: inline-block;
                font-size: 23px;
                height: 29px;
                margin: 0 8px;
                padding: 15px 30px;
                text-align: right;
                width: 109px;
            }
            .button:hover {
                color: bisque;
            }
            #main {
                direction: rtl;
                margin: 0 auto;
                text-align: center;
                width: 1000px;
            }
            h1 {
                font-size: 24px;
                color: black;
            }
            #mainLogo {
                margin: 20px 0;
            }
            .movies {
                display: inline-block;
                margin: 5px 0;
                width: 449px;
            }
            #footer {
                color: #000000;
                direction: rtl;
                font-size: 12px;
                height: 50px;
                margin-top: 15px;
                text-align: right;
                width: 1065px;
            }
            