@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.com/ig") {

.yui-gb {
     max-width: 100%; 
     position: absolute;
     top: 0; 
     left: 0; }

.yui-u {  /* module columns - increase width, reduce margins */
     float: left !important; /* make columns display in a vertical line, not side-by-side */
     width: 100% !important; 
     margin-left: 0 !important; 
     margin-right: 0 !important; }

#modules {  /* container for all modules - reduce margins */
     padding: 0 !important; 
     width: 100% !important;
     margin-left: -58px; 
} 

.modbox { margin: 0 !important; }  /* module box - decrease whitespace */
.modboxin { padding: 0 !important; }  /* module box - decrease whitespace */

#nhdrwrapsizer, 
#gbar, /* Google links at upper left */
#guser,  /* user links at upper right */
#sfrm,  /* search form */
#addstuff, /* add tabs links */
.gbh,  /* lines left after top bars are removed */
#footerwrap { /* footer area */
     display: none!important; }
}