﻿.reportPanel {
    width: 1024px;
    height: 768px;
    position: absolute;
    left: 50%;
    top:10px;
    /* the image is 50x57, so we use negative margins of 1/2 that size to center it*/
    margin: 0 0 0 -512px;
}
