<head>
  <link rel="stylesheet" href="lots_of_background_colors.css" />
</head>
<body>
  <div class="darkgray">
    <div class="blue">
      <img class="red"></img>
    </div>
    <img class="green"></img>
  </div>
</body>