﻿body
{
	padding: 0px;
	margin: 0px;
}

#canvas
{
/*
	width: 100%;
	height: 100%;
*/
/*
	width: 1200px;
	height: 600px;
*/
/** NOTE: canvas size must be specified expicitly in html. **/
	
	border: 1px black solid;
}
