﻿@charset "UTF-8";
#dashboard {
    background: url("../images/dashboard_1920.jpg") center center no-repeat;
    height: 776px;
}

#dashboard .frame {
    position: absolute;
    left: 154px;
    top: 134px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #dashboard {
        background: url("../images/dashboard_1366.jpg") center 0 no-repeat;
        height: 575px;
    }
    #dashboard .frame {
        left: 106px;
        top: 87px;
        width: 798px;
        height: 137px;
    }
}

@media screen and (max-width: 960px) {
    #dashboard {
        background: url(../images/dashboard_960.jpg) center 0 no-repeat;
        height: 640px;
    }
    #dashboard .frame {
        left: 58px;
        top: 20px;
        width: 518px;
        height: 221px;
    }
}

@media screen and (max-width: 640px) {
    #dashboard {
        background: url(../images/dashboard_640.jpg) center 0px no-repeat;
        height: 560px;
    }
}
