.color1, .color1 a {
   background-color: DarkGreen;
   color:            White;
}

.color2 {
   background-color: White;
}
#wikia_logo {
   background-image: url(http://images.wikia.com/thehits/images//c/c0/Darkgreen_wikia_logo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/thehits/images//c/c0/Darkgreen_wikia_logo.png', sizingMethod='crop');
}
.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/thehits/images//9/9f/120px-Darkgreen_header_button.png);
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/thehits/images//9/9f/120px-Darkgreen_header_button.png', sizingMethod='crop');
}
#search_box {
   background-color: DarkGreen;
}