@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 {  /* columns - increase width, reduce margins */
     float: left !important; /* columns 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; }

/* module boxes - decrease whitespace */
.modbox { margin: 0 !important; } 
.modboxin { padding: 0 !important; }  

#nhdrwrap, /* hide header */
#gbar,  /* Google links at upper left */
#guser,  /* user links at upper right */
#footerwrap /* footer area */
     { display: none!important; }

/* Remove stuff from sidebar itself */
#sidebar-splitter { display: none !important; }
sidebarheader { display: none !important; }
}