body {
    margin: 0;
    background-color: #ffffef;
}

#chardraw {
    width:200px;
    height:200px;
    background-color: antiquewhite;
}

#pencil {
    position:absolute;
    margin-left: -39px;
    margin-top: -89px;
}

#eraser {
    position:absolute;
    margin-left: -34px;
    margin-top: -48px;
}

#cnv {
    filter: sepia();
}

button { display:none; }
input { display:none; }
#charOutput { display: none; }
#charDraw { display: none; }
