.color1, .color1 a {
   background-color: lightblue;
   color:            white;
}

.color2 {
   background-color: lightblue;
}

#wikia_header {
   background: url(http://img481.imageshack.us/img481/8826/16yg.jpg);
   border-color:     white;
}

#wikia_logo {
   background-image: url(http://images.wikia.com/help/images//b/b2/Whitelogo.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/help/images//b/b2/Whitelogo.png', sizingMethod='crop');
}

.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images.wikia.com/help/images//d/dc/Whiteheaderbutton.png);
   color:black;
}
* html .headerMenuButton dt, * html .headerMenuButton dd  {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/help/images//d/dc/Whiteheaderbutton.png', sizingMethod='crop');
}

#background_strip {
   background-color: #0f0f0f;
   border-color:White;
}

#header_username a {
	color: white;

}