﻿@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;
    }


@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: 778px;
        }
}


@media screen and (max-width: 960px) {

    #dashboard {
        background: url("../images/dashboard_960.jpg") center 0 no-repeat;
        height: 590px;
    }

        #dashboard .frame {
            left: 58px;
            top: 60px;
            width: 518px;
        }
}


@media screen and (max-width: 640px) {

    #dashboard {
        background: url("../images/dashboard_640.jpg") center bottom no-repeat;
        height: 500px;
    }
}
