/* 
about:blank - Dark Blue Firefox
by Florian Reifschneider (F!o)
version: 1.0 
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("about:blank") {

* {	margin:0px;
	background-image:  url("http://img267.imageshack.us/img267/9499/darkbluefirefoxlogokm0.png");
	background-color: #253960;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}

}