/*
 * Firefox about:neterror deviantART.com skin
 * Heavily Based on Firefox about:blank deviantART.com skin by zilla774 ( http://zilla774.deviantart.com/ )
 *
 * Author      : Boris Popoff
 * Created     : June 8th, 2007
 * Updated     : June 8th, 2007
 * Version     : 1.0
 * Website     : http://gueschla.com/
 * Description : Gives the dA color to the about:neterror page
 * 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-prefix(about:neterror) {

  body
  {
    background: #556764;
    margin: 0px !important;
    padding: 0px !important;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
 }

}