/*   MySpace "Page Themes" hider   */
/*          By Dave Ward           */
/*        dave@daveward.net        */
/*                                 */
/*  version 1.0 -- Jan. 14, 2008   */

/* Hides the "page themes" box which eats up space on the MySpace home */


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("myspace.com") {

#PageThemeModule {
        display:none !important;
}

}