/** MAIN BACKGROUND **/
html {
 background-color: #ffffff;
 background-image: url('bg.jpg');
 background-size: fill;
 background-position: top center;
 background-attachment: fixed;
}

/** MAIN CONTENT **/
#main_content { max-width: 1000px; }

/** HERO SLIDE **/
header#page_header #hero { top: 0; }
header#page_header #hero a#logo { background-color: transparent; box-shadow: none; padding: 0; }
header#page_header #hero a#logo img {  }

/** LOGO **/
header#page_header a#logo {  }
header#page_header a#logo img {  }

