/* +++ changelog +++
Dec. 17th, 2007
- google updated - removed all the crap again
Nov. 30th, 2007
- removed CNN Debate Bar
- background black and text white
- removed new top ad
Nov. 8th, 2007
- fixed to work with new youtube style
July 17, 2007
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

/* Only Display the Video and Title of Video on Watch page */
@-moz-document url-prefix(http://youtube.com/watch) , url-prefix(http://www.youtube.com/watch) , url-prefix(http://ru.youtube.com/watch) {

    #commentsDiv, #logoTagDiv, #utilDiv, #gNavDiv, #gNavBottom, #otherVidsDiv, #actionsAreaDiv, #ratingAndStatsDiv, #asDiv, #vrParentDiv, #footerDiv, #ticker, #leaderboardAd, #footer, #copyright, #masthead, #vidTitle {

        display: none !important;

    }

    /* Center The Video Title On The Page */
    body {

        text-align: center !important;
    }

    /* Center The Video On The Page */
    #thisVidDiv {

        margin-left: 3% !important;

    }

   /* Makes The Video Larger */
    #movie_player {

        width: 828px !important;
        height: 638px !important;
    }

    /* Black Background with White Text*/
    body {
        background: #000000 !important;
        color: #ffffff !important;
    }

}