﻿@charset "UTF-8";

#design {
    background: url("../images/design_1920.jpg") center center no-repeat;
    height: 776px;
}

#design div{            
    position: absolute;      
    left: 185px;
    top: 124px;
    width: 967px;
    height: 168px;                  
}  
#design center{       
    text-align: center;                 
}


@media screen and (max-width: 1366px) {    

    #design {
        background: url("../images/design_1366.jpg") center 0 no-repeat;
        height: 575px;
    }  
#design div{            
    left:130px;
top:92px;
width:696px;
height:135px;                 
}
}


@media screen and (max-width: 960px) {

    #design {
        background: url("../images/design_960.jpg") center 0 no-repeat;
        height: 590px;
    }     
#design div{            
left:26px;
top:79px;
width:560px;
height:143px;                
}
}


@media screen and (max-width: 640px) {

    #design {
        background: url("../images/design_640.jpg") center bottom no-repeat;
        height: 500px;
    }
}
