@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.google),url-prefix(https://www.google) {

/* Remove Google Logo */
img#hplogo,div#hplogo,div#pmocntr2
{
    display:none;
}

/* BackGround Image  */
body
{
    background-color: black !important;
    background-repeat: no-repeat !important;
    background-position: center !important; 
    background-size: contain !important;
    background-image: url("http://fc05.deviantart.net/fs48/i/2009/197/c/1/A_CHAMA_IMENSA_by_ziabloO.jpg") !important;
    color:red;
}

em,cite{
 color: white !important;
}

a,spam,p{
 color: red !important;
}
div[id="leftnav"],div#appbar,div#topabar,div#gb{
    background: #000000 !important;
    opacity:0.9 !important;
}
span[id="gbi4t"]
{
    color: black !important;
}

li,div
{
    color: red !important;
    font-weight:bold;
}
DIV#flci a{
background:black;
color:red !important;
font-weight:bold;
color:red;
}


/* Search Field */
[class='lst-d lst-tbb'], #sftab .lst-t {background:transparent!important;border-color:red!important}


/****** Search Buttons *******/
button,
input[type="submit"] , [type="reset"] ,[class="gac_sb"]
{
-moz-appearance: none !important;
color: white !important;              
border: 1px solid red !important;
background:   transparent !important;
opacity: 0.99 !important;
}

button:hover,
input[type="submit"]:hover , [type="reset"]:hover , [class="gac_sb"]:hover
{
background:   red!important;
border: 1px solid rgba(0,255,0,0.4) !important;
}
button::-moz-focus-outer,
::-moz-focus-inner
{
border:none!important;
}

/*** Google+ Logon Info ***/
#gbi3 {
    padding-left: 18px;
    vertical-align: top;
    color: red;
}
span#gbi1.gbids {
    color:red !important;
}
}