body {
    text-align: center;
    margin: 0;
}

.fixed-width-container {
    width:966px;
}

.centered-container {
    margin:0 auto;
}

.fixed-width {
    width:966px;
}

.centered {
    margin:0 auto;
}

.iw_component {
    text-align:left;
}
/* This adds a fixed z-order in which all contents of that system will reside */
#nkn-header-full-width, #nkn-header-fixed-width,
#nkn-body-full-width, #nkn-body-fixed-width,
#nkn-footer-full-width, #nkn-footer-fixed-width {
    position:relative;
}
#nkn-header-full-width {
    z-index: 3;
}
#nkn-header-fixed-width {
    #z-index: 4;
}
#nkn-header-fixed-width nav {
    z-index: 4;
}
#nkn-body-full-width {
    z-index: 1;
}
#nkn-body-fixed-width {
    z-index: 2;
}
#nkn-footer-full-width {
    z-index: 5;
}
#nkn-footer-fixed-width {
    z-index: 6;
}
