﻿@charset "UTF-8";
#keyboard {
    background: url(../images/keyboard_1920.jpg) center 20px no-repeat;
    height: 862px;
}

#keyboard div {
    position: absolute;
    left: 170px;
    top: 92px;
    width: 1080px;
    height: 157px;
}

#keyboard .ptext {
    position: absolute;
    left: 170px;
    top: 224px;
    color: #7d7d7d;
    font-size: 12px;
}

@media screen and (max-width: 1366px) {
    #keyboard {
        background: url(../images/keyboard_1366.jpg) center 90px no-repeat;
        height: 614px;
    }
    #keyboard div {
        left: 105px;
        top: 87px;
        width: 726px;
        height: 117px;
    }
    #keyboard .ptext {
        left: 110px;
        top: 204px;
    }
}

@media screen and (max-width: 960px) {
    #keyboard {
        background: url(../images/keyboard_960.jpg) center -7px no-repeat;
        height: 640px;
    }
    #keyboard div {
        left: 51px;
        top: 66px;
        width: 535px;
        height: 118px;
    }
    #keyboard .ptext {
        left: 52px;
        top: 234px;
    }
}

@media screen and (max-width: 640px) {
    #keyboard {
        background: url(../images/keyboard_640.jpg) center -200px no-repeat;
        height: 450px;
    }
    #keyboard div {
        top: 30px !important;
    }
    #keyboard .ptext {
        left: 0px !important;
        top: 225px !important;
    }
}
