/********************************/
/*  about:blank - White Firefox */
/********************************/
/*      By XxXAndrewXxX         */
/********************************/

@namespace url(http://www.w3.org/1999/xhtml);
 @-moz-document url("about:blank") {

  * {
       background:  url("http://andrewsprojects.googlepages.com/firefoxwhite.jpg");
       margin:0px;
       background-color:#FFFFFF;
       background-position:center;
       background-attachment:fixed;
       background-repeat:no-repeat;
    }
 }