﻿    #header, #footer, #footerLinks, .button, .navLink
    {
        display:none;
    }

    /*
    Note use of the 'star html hack' makes the following rules apply to IE6 & earlier only.
    */

    * html #siteOuterContainer
    {
        width:100%;
        text-align:center;
    }
    
    * html #siteInnerContainer
    {
        text-align:left;
        width:100%;
    }    
