body {
  background: #fffad9;
  background-image: url('https://i.imgur.com/Qw2CTwa.png'), url('https://i.imgur.com/x0UTEsj.png');
  background-repeat: repeat-x, no-repeat;
  background-attachment: scroll, fixed;
  background-position: 50% 0%, right bottom;
}

div.post.reply, div.pages {
  background: #f2eab5;
}

div.post.reply.highlighted {
  background: #e6b173;
}

.desktop-style div.boardlist:not(.bottom) {
  background-color: #cdb42e;
  color: #fffad9;
  border-bottom: none;
}

#options_div, #options_tab {
  background-color: #f2eab5;
}

header div.subtitle, h1 {
  color: #cdb42e;
}

form table tr th {
  background-color: #cdb42e;
}