/* CSS Document */

#contentBorder {
    overflow:hidden;
    position:absolute;
    z-index:3;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    }

* html #contentBorder {
    height:100%;
    width:100%;
    top:0;
    left:0;
    border-top:0px solid #fff;
    }

#contentMain {
    display:none;
    }

#contentRight {
    display:none;
    }

#contentLeft {
    display:none;
    }

#header {
    height: 100px;
    }

#content {
    top: 110px;
    }

* html #content {
    border-top: 110px solid #fff;
    }    
    