@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google")

{
/* Hide tab bar background */
#col1{
 display: none;
}

/* Hide menubar at top (uncomment to hide)*/
/*
#gbar, #guser, .gbh{
  display: none; 
}

*/
/* Hide google logo (uncomment to hide) */
.gsealog{
 display: none;
}

/* Hide advanced search, preferences, etc. links  (uncomment to hide)*/

.gseaopt {
 display: none;
}

/* Hide 'personalize this page, add stuff, etc. links. */
.personalize_link{
display: none;
}

/* Hide 'new user demo' from header */
#new_user_demo{
 display: none;
}

/* Hide footer */
#footerwrap{
 display: none;
}
#gsea {
padding:5px 0 !important;
}
#modules {
padding: 0px !important;
width: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}
.modbox {
margin: 3px 0px !important;
}
.modtitle {
height: auto !important;
padding: 1px !important;
overflow: hidden !important;
}
.modtitle h2 {
font-size: 10pt !important;
margin: -4px 0px -14px 5px!important;
}
.modboxin {
padding: 5px !important;
}
.modlabel, .mc {
padding-top: 0px !important;
}
.yui-u {
margin-top: -18px !important;
margin-bottom: -6px !important;
padding: 1.2px !important;
}
#footerwrap, #new_user_demo, #offered_in {
display:none !important;
}
#gbar, #guser {
background: transparent !important;
margin-bottom: -22px !important;
color: #FFF !important;
}
.gb1, .gb1 a, .gb3, .gb3 a, #guser a {
color: #FFF !important;
}
.gbh {
border-top: none !important;
}
#nhdrwrapsizer {
height: 100px !important;
padding-top: 22px !important;}

body {background-color: #000 !important;}
}