@-moz-document url-prefix(http://www.unimelb.edu.au/cgi-bin/evs) {
  #homelink {
    display: none !important;
  }
}

@-moz-document url-prefix(http://www.unimelb.edu.au/) {

    #global-bar {
        display: none !important ;
    }

    #quicklinks {
         background: #400 !important;
         border: 0 !important ;
    }

    #skipmenu {
        display: none !important;
    }

    #top {
        background: #400 !important ;
        height: 4.5em !important ;
    }

    #top h1 {
        margin: 0 !important;
        padding: 0 !important;
        padding-left: 2em !important;
    }
}