/* All credits go to war59312.
      New Additions made by Skylark95
         -Black background added
         -Title color changed from black to white
         -Size of video changed from 640x480 to 832x624
         -Changed margins for centering the video
Update: 11/25/07
         -Remove ad at top of page
*/

@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) {

    #commentsDiv, #logoTagDiv, #utilDiv, #gNavDiv, #gNavBottom, #otherVidsDiv, #actionsAreaDiv, #ratingAndStatsDiv, #asDiv, #vrParentDiv, #footerDiv {

        display: none !important;

        }

/*Black Background and White Text*/
body {
	background: #000 !important;
	color: #DDD !important;
}

/* Remove Ad at Top */
.OffersDiv, .spOffersDiv, #leaderboardAd {display: none !important;}

    /* Center The Video Title On The Page */
    body {

            text-align: center !important;
    }

    /* Center The Video On The Page */
    #thisVidDiv {

            margin-left: 5% !important;

    }

    /* Makes The Video Larger */
    #movie_player {

            width: 832px !important;
            height: 624px !important;
    }

}