/**
 *  BTK System Layout CSS
 *
 * -----------------------------------------\
 * This program is written by Chi Fong, LEE |
 * Copyright reserved.                      |
 * -----------------------------------------/
 *
 * MODIFIED:
 * Version 1.0,     2008/9/25,       Created.
 * Author : Chi Fong, LEE
 */

body{
    background-color: white;
    background-image: url(../img/root_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
}

div{
    overflow: auto;
}

#layout-root{
    width: 942px;
    min-height: 500px;
    margin: 0px auto 0px auto;
    border: 0px solid red;
    background-color: white;
    background-image: url(../img/layout_root_bg.gif);
    background-repeat: repeat-y;
    padding: 0px;
}




#layout-root .banner-section{
    background-image: url(../img/banner_section_header_bg.gif);
    background-repeat: no-repeat;
    background-position: top center;
    border: 0px solid red;
}
#layout-root .banner-section .body{
    min-height: 100px;
    padding: 4px 10px 0px 10px;
    background-image: url(../img/powered_by_contrive.gif);
    background-position: 660px 40px;
    background-repeat: no-repeat;

}
#layout-root .banner-section .body .logo{
    height: 100px;
    width: 650px;
    background-image: url(../img/safety_logo.gif);
    background-position: left center;
    background-repeat: no-repeat;
}
#layout-root .banner-section .footer{
    background-image: url(../img/banner_section_footer_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 15px;
    width: 922px;
    margin: 0px auto 0px auto;

}


#layout-root .section-body{
    padding: 0px 10px 0px 10px;
    width: 922px;
    margin: auto;
    border: 0px solid red;
}







#layout-section-1{
    width: 98%;
    min-height :300px;
    border: 0px solid red;
    margin: 0px auto;
}














#layout-root .ie-6-fix{
    clear: both;
    height: 1px;
    width: 50%;
    border: 0px solid red;
    margin: auto;
}



#layout-root-footer{
    background-color: white;
    width: 942px;
    margin: 0px auto 0px auto;
    background-image: url(../img/layout_root_footer_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    border: 0px solid red;
    padding: 0px 0px 30px 0px;
}
#layout-root-footer .body{
    font-size: 9pt;
    color: #8080FF;
    border: 0px solid blue;
    margin: 0px auto 0px auto;
    padding: 20px 0px 0px 0px;
    background-image: url(../img/layout_root_bg.gif);
    background-repeat: repeat-y;
    text-align: center;
}
#layout-root-footer .body a:link,
#layout-root-footer .body a:visited{
    color: #0000FF;
    text-decoration: none;
}
#layout-root-footer .body a:hover,
#layout-root-footer .body a:active{
    color: #000080;
}
/*---[ End of file ]----------------------------------------------------------*/


