/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31/10/2017, 12:11:17 AM
    Author     : GregNicole
*/

#PreCanvas {
    display: none;
}
#DisplayCanvas {
    margin: Auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 98%;
    height: 98%;
    border: red 1px solid;
    posit
}