﻿body {
	background-color: #ffffff;
}

.imagesSource {
	display: none;
}

.canvasHolder {
	top:0px;
margin-left:80px;

	position: absolute;
}

.canvasHolder canvas {

	top:50px;

}

#mouse {
	background:green;
	opacity:0.65;
	position:absolute;
	color: White;
	text-align: center;
	font-weight: bold;
	z-index: 100;
}
