﻿/* dopplerEffect.css */


div.mainContainer
{
	width    : 800px;
	height   : 200px;
	position : relative;
}

canvas.screen
{
	width    : 800px;
	height   : 200px;
	left     : 0px;
	top      : 0px;
	position : absolute;
	background-color : #ffffff;
}


img.microphone
{
	position : absolute;
	left     : 385px;
	top      : 160px;
}
