/** MAIN BACKGROUND **/
html {
    background-color: #ffd018;
    background-image: url('bg.jpg');
    background-position: top center;
    background-attachment: scroll;
    background-size: auto;
}
body {}

/** HERO SLIDE **/
header#page_header #hero { }
header#page_header #hero a#logo { background: none; box-shadow: none; }
header#page_header #hero a#logo img {  }

/** MAIN CONTENT **/
#main_content { max-width: 1000px; margin-bottom: 6em; }
header#page_header #header_bg { background: none; }
