html, body {
    height: 100% !important;
    width: 100% !important;
}

.header-cntr {
    width: 960px;
    height: 160px;
}

    .header-L {
        width: 380px;
        height: 160px;
        float: left;
        background: url("../images/main/logo.png") no-repeat right center;
        display: block;
    }

    .header-R {
        width: 580px;
        height: 160px;
        float: left;
    }
    
    .header-R-top {
        width: 580px;
        height: 43px;
        float: left;
    }
    
    .header-R-bottom {
        width: 580px;
        height: 117px;
        float: left;
        vertical-align: center;
    }
    
    .header-btn-cntr, .header-btn-cntr:hover {
        width: 119px;
        height: 43px;
        display: block;
        background: url("../images/content/big-btn.png") no-repeat top left;
        float: right;
        text-align: center;
        line-height: 41px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        font-size: 13px;
        margin: 0 3px 0 3px;
    }
    
    .header-btn-cntr:hover {
        background: url("../images/content/big-btn-hover.png") no-repeat top left;
    }
    
    .header-R-cntt {
        width: 580px;
        height: 60px;
        float: left;
        margin-top: 28px;
        margin-bottom: 29px;
        font-weight: bold;
    }
    
    .header-R-email {
        width: 270px;
        height: 50px;
        float: left;
        text-align: right;
        border-right: 1px #fff solid;
        padding-right: 10px;
        padding-top: 10px;
    }   
    
    .header-R-address {
        width: 270px;
        height: 50px;
        float: left;
        padding-left: 10px;
        padding-top: 10px;
        line-height: 20px;
    }
    
    .menu-btn {
        height: 43px;
        position: absolute;
        margin-left: -20px;
        margin-top: -4px;
        display: none;
        cursor: hand;
        cursor: pointer;
        z-index: 20;
    }
    
    .menu-btn a {
        text-decoration: none;
        margin-top: 4px;
    }
    
    .menu-btn-L {
        width: 4px;
        height: 43px;
        float: left;
        background: url("../images/main/button-L.gif") no-repeat top left;
    }
    
    .menu-btn-C {
        height: 43px;
        float: left;
        background: url("../images/main/button-C.gif") repeat-x top left;
        line-height: 47px;
        padding-left: 16px;
        padding-right: 17px;
        display: block;
        font-weight: bold;
        font-size: 13px;
        
    }
    
    .menu-btn-R {
        width: 5px;
        height: 43px;
        float: left;
        background: url("../images/main/button-R.gif") no-repeat top left;
    }
    
.popup-overlay-site {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    z-index: 50;
    opacity: 0.8;
}