canvas{
	margin-top: -256px;	
    pointer-events: none;       /* make the canvas transparent to the mouse - needed since canvas is position infront of image */    
}

#myCanvas{
	position:absolute;
	margin-top:796px;
	margin-left: 1px;
}
#toprightconwrapper{position: relative;z-index:0;margin:0 0 0 0px;}