body {
  background: #EEEEEE;
}

header {
  background: #0000FF;
}

main {
  background: #00EE00;
}

#column1 {
  background: #00EEEE;
}

#column2 {
  background: #EEEE00;
}

footer {
  background: #EE0000;
}