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

.color2 {
   background-color: #BECAF4;
}

#background_strip {
	background: White url(http://images.wikia.com/speedracer/images//f/f7/Checkerboard.png) repeat-x;
        border-color: Black;
}

#accent_graphic2 {
   background-image: url(http://images.wikia.com/speedracer/images//6/6d/Shading.png);
   height: 155px;
   width: 1000px;
   top: 0px;
   right: 0px;
}

#wikia_header {
   background-color: #08157E;
   border-color:     Black;
}

#wikia_header a {
	color: #FFFFFF;
}

#link_box {
   background-color: #F2F2F2;
}

.community_details {
        background: #F2F2F2;
}

/* TAB AROUND EDIT BUTTON */

#control_edit {
  background: #FFF;
  padding: 0 8px !important;
  height: 27px;
  margin-top: 5px;
}
#control_edit div {
  display: none;
}
#ca-edit {
  color: #000;
  font-family: arial;
  font-weight: bold;
  line-height: 27px;
}

#control_viewsource {
  background: #FFF;
  padding: 0 8px !important;
  height: 27px;
  margin-top: 5px;
}
#control_viewsource div {
  display: none;
}
#ca-viewsource {
  color: #000;
  font-family: arial;
  font-weight: bold;
  line-height: 27px;
}