﻿/* shmWaveMotion.css */


div.mainContainer
{
	position:relative;
	width:810px;
	height:410px;
}


canvas.screen
{
	position:absolute;
	width:800px;
	height:400px;
	left:0px;
	top:0px;
	border:medium gray solid;
	background:blue;
}
