window {
  background-color: blue;
  background-image: image(red);
  background-repeat: no-repeat;
}

#reference {
  background: red;
}
