/*
 * Firefox about:blank deviantART.com skin
 *
 * Author      : zilla774
 * Created     : May 28th, 2007
 * Updated     : May 28th, 2007
 * Version     : 1.0
 * Website     : http://zilla774.deviantart.com
 * Description : Modifies your about:blank page to show dA logo
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */


@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:blank") 

{

body
 {
     background: #556764 url("http://www.zilla774.com/journal/da_aboutBlank.gif") no-repeat !important;
     margin: 0px !important;
     padding: 0px !important;
     background-position: center !important;
     background-attachment: fixed !important; 
 }

}