﻿@charset "UTF-8";

#design {
    background: url("../images/design_1920.jpg") center center no-repeat;
    height: 776px;
}

    #design div {
        position: absolute;
        left: 60px;
        top: 240px;
        width: 674px;
        height: 160px;
    }

    #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: 54px;
            top: 150px;
            width: 462px;
            height: 156px;
        }
}


@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;
    }
}
