/** MAIN BACKGROUND **/
html { background: url('background.png') repeat; }

/** MAIN CONTENT **/
#main_content {
 max-width: 1000px;
 margin-bottom: 6em;
 background-color: rgba(255,255,255,0.8);
 color: #060606;
 margin-bottom: 8em;
}

/** HERO SLIDE **/
header#page_header #hero {  }
header#page_header #hero a#logo { background-color: transparent; box-shadow: none; }
header#page_header #hero a#logo img {  }

/** LOGO **/
header#page_header a#logo {  }
header#page_header a#logo img {  }
