body {
  background: red url("../imgs/bg_red.png") repeat;
  color: #434343;
}
#container {
  background-color: white;
  border-color: #c60808;
}
#menu {
  background-color: #ffe7e7;
}
#footer {
  background-color: #ececec;
}
a {
  color: #464646;
}
h2, h3 {
  color: #7f7f7f;
}
h2 .date {
  color: #9f9f9f;
}

