/*
 * Firefox about:blank ViniMan skin
 *
 * Author      : ViniMan
 * Created     : July 26th, 2007
 * Updated     : December 1st, 2007
 * Version     : 2.0
 * Website     : http://viniman.deviantart.com
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 * Original    : By zilla774(.deviantart.com) http://userstyles.org/users/2713
 */


@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:blank") 

{

body
 {
     background: #586c82 url("http://img70.imageshack.us/img70/9075/aboutblankv2kw8.jpg") no-repeat !important;
     margin: 0px !important;
     padding: 0px !important;
     background-position: center !important;
     background-attachment: fixed !important; 
 }

}