@import "reset.css";
@import "core.css";
@import "typo.css";
/*  -------------------------------------------------------------
    * Filename:         layout.css
    * Description:      2 column CSS layout
    * Version:          1.0
-------------------------------------------------------------- */
html, body { width: 100%; height: 100%; }
#bg1, #bg2, #bg3 { position: absolute; width: 100%; left: 0; top: 0; }
#bg1 { z-index: 1; }
#bg2 { z-index: 2; }
#bg3 { z-index: 3; }
#wrap-container { position: relative; z-index: 4; width: 100%; margin: 0 auto; text-align: left; }
#container { margin: 0 auto; }
#header, #content { float: left; margin: 0 auto; }
#sidebar, #main { float: left; }
#push { clear: both; }
#wrap-footer { position: relative; z-index: 4; width: 100%; text-align: center; }
#fwrap1 { position: absolute; z-index: -3; left: 0; width: 100%; }
#fwrap2 { position: absolute; z-index: -2; left: 0; width: 100%; }
#fwrap3 { position: absolute; z-index: -1; left: 0; }
#footer { margin: 0 auto; text-align: left; }
#footer .ref { clear: both; text-align: center; }

#bg1, #bg2, #bg3, #wrap-container, #container { min-height: 100%; height: auto !important; height: 100%; }
