/** MAIN BACKGROUND **/
html {
    background-color: #ffffff;
    background-image: url('bg.jpg');
    background-size: fill;
    background-attachment: fixed;
    background-position: center;
    background-repeat: none;
}

/** HEADER **/
header#page_header #header_bg { }
header#page_header nav#user_nav { background: none; }

/** HERO SLIDE **/
header#page_header {  }
header#page_header #hero { top:0; }
header#page_header #hero a#logo { background-color: transparent; box-shadow: none; }
header#page_header #hero a#logo img {  }


/** MAIN CONTENT **/
#main_content { max-width: 1000px; margin-top:0; }
#main_content section#package_select { background-color: #401485; }
.ui-widget-header {
border: 1px solid #FA9999;
background: #F50103 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
/** WIDGETS **/

/** FOOTER **/
footer#page_footer {  }
