/********************************/
/*   about:blank - OnFirefox    */
/*   by Robb Allen              */
/*   blog.robballen.com         */
/********************************/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:blank") {

* {

background: url("http://i40.tinypic.com/2vru048.jpg");
margin: 0px;
padding: 15px 0px 0px 0px;
background-color: black;
background-position: top;
background-attachment: fixed;
background-repeat: no-repeat;

}
}
