/*
 * Firefox about:blank ViniMan skin
 *
 * Author      : ViniMan
 * Created     : July 26th, 2007
 * Updated     : July 26th, 2007
 * Version     : 1.0
 * Website     : http://viniman.deviantart.com
 * Description : Modifies your about:blank page to show ViniMan's logo
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 * Original    : By zilla774
 */


@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:blank") 

{

body
 {
     background: #455566 url("http://i17.tinypic.com/4p0kzkz.jpg") no-repeat !important;
     margin: 0px !important;
     padding: 0px !important;
     background-position: center !important;
     background-attachment: fixed !important; 
 }

}