﻿@charset "UTF-8";

#dashboard {
    background: url("../images/dashboard_1920.jpg") center center no-repeat;
    height: 776px;
}

#dashboard div{            
    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 div{            
left:106px;
top:87px;
width:778px;
height:137px;                       
}
}


@media screen and (max-width: 960px) {

    #dashboard {
        background: url("../images/dashboard_960.jpg") center 0 no-repeat;
        height: 590px;
    }  
#dashboard div{            
left:58px;
top:7px;
width:518px;
height:221px;                    
}
}


@media screen and (max-width: 640px) {

    #dashboard {
        background: url("../images/dashboard_640.jpg") center bottom no-repeat;
        height: 470px;
    }
}
