@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:blank") 
{
body:empty:not([style]):not([text]):not([class]):not([onresize])
{

background:  url("http://i42.tinypic.com/10ponkj.jpg");
margin:0px;
color: white !important;
background-color:#DCFBFE;
background-position:center;
background-attachment:fixed;
background-repeat:no-repeat;

}
}