﻿@charset "UTF-8";

#Panel {
    background: url("../images/ips_1920.jpg") center center no-repeat;
    height: 876px;
}
    #Panel .frame {
		left: 150px;
    	top: 230px;
    	width: 730px;
    }


@media screen and (max-width: 1366px) {
    #Panel {
        background: url("../images/ips_1366.jpg") center 0 no-repeat;
        height: 700px;
    }
        #Panel .frame {
        	left: 50px;
			top: 190px;
			width: 540px;
        }
}


@media screen and (max-width: 960px) {
    #Panel {
        background: url("../images/ips_960.jpg") center bottom no-repeat;
        height: 580px;
    }
        #Panel .frame {
			top: 70px;
			width: 580px; 
			left: 30px;
        }
}


@media screen and (max-width: 640px) {
    #Panel {
        background-image: url("../images/ips_640.jpg");
        height: 500px;
    }   
        #Panel .frame {
			top: 20px;
			width: 300px; 
			left: 10px;
        }
}
