/*
 * Firefox about:blank Newgrounds.com skin
 *
 * Author      : Alfie
 * Created     : July 31st, 2008
 * Updated     : July 31st, 2008
 * Version     : 1.1
 * Website     : http://alfie.newgrounds.com/
 * Description : Modifies your about:blank page to show the NG tank. (version 1.2 has the original tank)
 * 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: #28272d url("http://bbsimg.ngfiles.com/3/17043000/ngbbs4891b49a77fb2.jpg") no-repeat !important;
     margin: 0px !important;
     padding: 0px !important;
     background-position: center !important;
     background-attachment: fixed !important; 
 }

}