﻿@charset "UTF-8";

#Keyboard {
    background: url("../images/keyb_1920.jpg") center bottom no-repeat;
    height: 710px;
}
    #Keyboard .frame {
    	top: 60px;
    }


@media screen and (max-width: 1366px) {
    #Keyboard {
        background: url("../images/keyb_1366.jpg") center bottom no-repeat;
        height: 615px;
    }
        #Keyboard .frame {
			top: 60px;
        }
}


@media screen and (max-width: 960px) {
    #Keyboard {
        background: url("../images/keyb_960.jpg") center bottom no-repeat;
        height: 570px;
    }
        #Keyboard .frame {
			top: 30px;
        }
}


@media screen and (max-width: 640px) {
    #Keyboard {
        background: url("../images/keyb_640.jpg") center bottom no-repeat;
        height: 700px;
    }   
        #Keyboard .frame {
			top: 15px;
        }
}
