html { 
  background: url(../images/room_bw.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  font-size: 36pt;
  font-family: 'Press Start 2P', monospace;
  color: orange;
}
#mf2co {
  position: fixed;
  bottom: 0;
  right: 0;
}
.highlighted {
  background-color: orange;
  color: white;
}
