/*
 * Black about:blank page
 *
 * Author:	gundamboyzack
 * Updated:	March 15, 2010
 * Description:	Modifies Firefox's about:blank page so that it is black instead of white.
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("about:blank") {

*{
background-color:#000000;
}

}