/*
 * Firefox about:blank Vampires: The Darkside skin
 *
 * Author      : AHiLdesigns
 * Created     : November 27rd, 2009
 * Updated     : NApril 14th, 2010
 * Version     : 2.0
 * Website     : http://apps.facebook.com/vampiresdarkside/index.aspx
 * Description : Modifies your about:blank page to show the Darkside Logo
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/)
 */


@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:blank") 

{

body
 {
     background: #000000 url("http://dl.dropbox.com/u/1140263/Darkside%20Stickies/Grim/AboutBlank2011.gif") center no-repeat !important;
     margin: 0px !important;
     padding: 0px !important;
     background-position: center !important;
     background-attachment: fixed !important; 
 }

}