/*
 * Firefox about:blank artician.com skin
 *
 * Author      : AHiLdesigns
 * Created     : April 25th, 2009
 * Updated     : April 25th, 2009 2009
 * Version     : 1.0
 * Website     : http://ahildesigns.artician.com
 * Description : Modifies your about:blank page to show artician 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: #ffffff url("http://dl.getdropbox.com/u/1140263/Stylish/AboutBlank/ArticianAboutblank3.jpg") center no-repeat !important;
     margin: 0px !important;
     padding: 0px !important;
     background-position: center !important;
     background-attachment: fixed !important; 
 }

}