/* ===================================
   Boxed Layout Like Bussecon
   =================================== */

/* Light background around the page */
body {
    background: #f5f5f5;
}

/* Main page container */
.pkp_structure_page {
    max-width: 1280px;
    margin: 20px auto;
    background: #fff;
}

/* Content area */
.pkp_structure_content {
    max-width: 100%;
}

/* Keep the footer aligned with the page width */
.pkp_structure_footer_wrapper {
    max-width: 1280px;
    margin: 0 auto;
}