﻿@charset "UTF-8";

#CPU {
    background: url("../images/cpu_1920.jpg") center center no-repeat;
    height: 777px;
}


    #CPU .frame {
        left: 641px;
        top: 310px;
        width: 600px;
    }


@media screen and (max-width: 1366px) {

    #CPU {
        background: url("../images/cpu_1366.jpg") center 0 no-repeat;
        height: 575px;
    }

        #CPU .frame {
            left: 381px;
            top: 160px;
            width: 510px;
        }
}


@media screen and (max-width: 960px) {

    #CPU {
        background: url("../images/cpu_960.jpg") center bottom no-repeat;
        height: 680px;
    }

        #CPU .frame {
			top: 70px;
			width: 580px; 
			left: 30px;
        }
}


@media screen and (max-width: 640px) {

    #CPU {
        background-image: url("../images/cpu_640.jpg");
        height: 650px;
    }   
        #CPU .frame {
			top: 35px;
			width: 300px; 
			left: 10px;
        }
}
