
body
{
    background-color: #F297A9;
    color: #000000; /* #11DD00; */
    font-family: 'Courier', monospace;
    font-size: 120%;
    text-align: center;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
    
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
    
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  
  z-index: -1;
  opacity: 0.1;
}

@media screen and (max-width: 912px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -456px;   /* 50% */
  }
}

#div_header
{
    position: fixed;
    background-color: #F297A9;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding-top: .5em;
    top: -.25em;
}

.ccq_logo
{
    width: 7em;
    height: 3em;
    /*background: #a84909;*/
    border: 2px solid black;
    border-radius: 50%;
}

.motto
{
    font-size: 150%;
    font-weight: bold;
    font-style: italic;
}
