/* Global Styles
================================================================================================================ */
/* Center #divMain on the page (mainly for IE), hide background if it's showing */
html {
    margin: 0 auto;
    background-color: white;
}

body {
    background-color: white;
}

/* Remaining Styles
================================================================================================================ */
@page {
    margin: .5in;
}

/* Hide unnecesary elements like PRINT button */
@media print {
    .NonPrintable {
        display: none;
    }

    html, body {
        height: 99.5%;
    }
}

#masterdiv {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Hide anything outside of the div/print area to avoid problems with IE's default 'Shrink-to-Fit' print setting */
#divPreview {	
    overflow: hidden;
    height: 100%;
    margin: auto;
    float: left;
}

#canvas {
    height: 7in;
}
