html {
    height:100%; 
    max-height:100%; 
    padding:0;
    margin:0; 
    border:0; 
    background:#fff; 
    /* hide overflow:hidden from IE5/Mac */ 
    /* \*/ 
    overflow: hidden; 
    /* */ 
}

body {
    height:100%; 
    max-height:100%; 
    overflow:hidden; 
    /* background-color:#bfdcf4;   */
    background-color:#FFFFFF;   
    padding:0; 
    margin:0; 
    border:0;
}

#content {
    overflow:auto; 
    position:absolute; 
    z-index:3; 
    top:80px; 
    bottom:80px; 
    left:200px; 
    right:0; 
    background:#FFF;  
    background-position: right bottom;
    width:740px;
    height:390px;
}

* html #content {
    top:0; 
    left:0; 
    right:0; 
    bottom:0; 
    height:100%; 
    max-height:100%; 
    width:100%; 
    overflow:auto; 
    position:absolute; 
    z-index:3; 
    border-top:80px solid #fff; 
    border-bottom:80px solid #fff; 
    border-left:200px solid #fff; 
    background-attachment: fixed;   
    background-position: right bottom;   
    width:740px;
    height:390px;
}


#head {
    position:absolute; 
    padding-top: 5px;
    margin:0; 
    top:0; 
    left:0; 
    display:block; 
    width:100%; 
    height:80px; 
    background-image:url('../img/bg_header.gif'); 
    /*background-position:0 0; */
    background-repeat:repeat-x; 
    z-index:5; 
    overflow:hidden; 
    color:#000000;
}

#foot {
    position:absolute; 
    margin:0; 
    bottom:0; 
    left:0; 
    display:block; 
    width:100%; 
    height:80px; 
    z-index:5; 
    overflow:hidden; 
    background-image:url('../img/bg_footer.gif');
    /*background-position:0 0; */
    background-repeat:repeat-x; 
    text-align:center;
    color:#000000;
}

#left {
    position:absolute;
    padding-left: 10px;
    left:0;
    top:10px;
    bottom:80px;
    width:200px;
    z-index:4; 
    overflow:auto; 
    background-repeat:no-repeat;
    background-color: #fff;
}

* html #left {
    height:100%; 
    top:0; 
    bottom:0; 
    border-top:10px solid #fff; 
    border-bottom:80px solid #fff; 
    color:#fff;
}

#content p {
    padding:10px;
}

#distance { 
    width:1px;
    height:50%;
    background-color:#bfdcf4;
    margin-bottom:-384px; /* half of container's height */
    float:left;
    }

#container {
    margin:0 auto;
    position:relative; /* puts container in front of distance */
    height:768px;
    width:1024px;
    clear:left;
    background-color:#ffffff;
    }