/* Understanding Standing Wave Diagrams 1 */


/* ============== */
/* main container */
/* ============== */

#mainContainerDivId
{
}


.mainContainerDivClass
{
	position         : relative;
	width            : 640px;
	height           : 270px;
	color            : white;
	background-color : black;
}


/* ============== */
/* diagram canvas */
/* ============== */

#diagramCanvasId
{
	left : 0px;
	top  : 0px;
}


.diagramCanvasClass
{
	position         : absolute;
	width            : 640px;
	height           : 270px;
	background-color : black;
}




/* ============= */
/* control panel */
/* ============= */

#controlPanelDivId
{
	left : 0px;
	top  : 210px;
}


.controlPanelDivClass
{
	position         : absolute;
	width            : 640px;
	height           : 60px;
	text-align       : center;
	color            : white;
	background-color : black;
}
