@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:blank") {
  * {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  body {
    text-align: center;
    margin-top:23px;
    background: #000 none repeat fixed !important;
    color: #FFFFFF;
    font-family: "Lucida Grande", LucidaMAC, Segoe UI, Helvetica, tahoma, sans-serif !important;
    font-size: 20pt;
    font-weight: bold;
    cursor: default;
  }
  body:after {
    content: none;
  }
}