html {
    height:100%;
    width:100%;
}
body {
    height:100%;
    width:100%;
    margin:0%;
    padding:0%;
}

#logo {
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-212px;
    margin-left:-337px;
    width:674px;
    height:424px;
    background-image: url('./../images/logo2.jpg');
    background-repeat: no-repeat;
}

#page {
    position:absolute;
    left:50%;
    margin-left:-500px;
    width:1000px;
    height:100%;
    background-color:#330000;
    background-image: url('./../images/bg_l_1.jpg');
    color:#333F4F;
}

#lb {
    background-image: url('./../images/lb.jpg');
    background-repeat: repeat-y;
}

#rb {
    background-image: url('./../images/rb.jpg');
    background-repeat: repeat-y;
}

