/*******************************************************************************
    Main Stylesheet 
*******************************************************************************/
body {
    font-size: 100%
}
/* *****************************************************************************
    Page Wrapper
***************************************************************************** */
#page-wrapper {
    position: absolute;
    z-index: 1;
    border: none;
    margin: 0;
    width: 100%
}
/* *****************************************************************************
    Header 
***************************************************************************** */
#header-wrapper {
    display: none;
    height: 0
}
#header-left {
    display: none;
    height: 0
}
#header-right {
    display: hidden;
    height: 0
}
#logo {
    display: none;
}
/* *****************************************************************************
    Content Wrapper
***************************************************************************** */
#content-wrapper {
    background: none
}
#content-wrapper-inner {
    background: none
}
/* *****************************************************************************
    Content Column
***************************************************************************** */
#content-container {
    padding: 0;
    width: 100%
}
/* *****************************************************************************
    Top Navigation
***************************************************************************** */
#navigation {
    display: none;
}
/* *****************************************************************************
    Main body content
***************************************************************************** */
#main-content {
    padding: 0;
}
/* *****************************************************************************
    Footer
***************************************************************************** */
#footer-wrapper {
    width: 100%
}
#footer {
    display: none
}
#footer2 {
    display: none
}
/* ************************************************************************** */
