@charset "UTF-8";
#kb {
    background: url("../images/keyboard_1920.jpg") center 107px no-repeat;
    height: 910px;
}

#kb div {
    position: absolute;
    left: 154px;
    top: 63px;
    width: 1066px;
    height: 168px;
}

#kb .ptext {
    position: absolute;
    left: 150px;
    top: 184px;
    color: #7d7d7d;
    font-size: 12px;
}

@media screen and (max-width: 1366px) {
    #kb {
        background: url("../images/keyboard_1366.jpg") center 182px no-repeat;
        height: 776px;
    }
    #kb div {
        left: 106px;
        top: 80px;
        width: 696px;
        height: 135px;
    }
    #kb .ptext {
        left: 110px;
        top: 204px;
    }
}

@media screen and (max-width: 960px) {
    #kb {
        background: url(../images/keyboard_960.jpg) center 60px no-repeat;
        height: 710px;
    }
    #kb div {
        left: 58px;
        top: 81px;
        width: 560px;
        height: 143px;
    }
    #kb .ptext {
        left: 52px;
        top: 204px;
    }
}

@media screen and (max-width: 640px) {
    #kb {
        background: url(../images/keyboard_640.jpg) center -40px no-repeat;
        height: 575px;
    }
    #kb div {
        top: 30px !important;
    }
    #kb .ptext {
        left: 0px !important;
        top: 40px !important;
    }
}
