﻿@charset "UTF-8";
#dashboard {
    background: url("../images/dashboard_1920.jpg") center center no-repeat;
    height: 766px;
}

#dashboard div {
    position: absolute;
    left: 154px;
    top: 98px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #dashboard {
        background: url("../images/dashboard_1366.jpg") center 0 no-repeat;
        height: 575px;
    }
    #dashboard div {
        left: 106px;
        top: 87px;
        width: 778px;
        height: 137px;
    }
}

@media screen and (max-width: 960px) {
    #dashboard {
        background: url("../images/dashboard_960.jpg") center -64px no-repeat;
        height: 534px;
    }
    #dashboard div {
        left: 58px;
        top: 7px;
        width: 518px;
        height: 221px;
    }
}

@media screen and (max-width: 640px) {
    #dashboard {
        background: url("../images/dashboard_640.jpg") center -34px no-repeat;
        height: 446px;
    }
}
