
body {
    background: white;
}

div#illustration_content_container {
    width: 100%;
    max-width: 920px;
}

section#main_section, div#home-words {
    background-color: aliceblue;
}

div#illustrations_banner {
  background-repeat: no-repeat;
  background-position: center;
  background: url('/img/illustrations_banner.gif');
  background-size: contain; /* or contain, depending on desired fit */
  background-position: center center;
  background-repeat: no-repeat;
  height: 112px;
  background-color: #317bcc;
}


#home-words {

    background: white;
}

