/* Style sheet for colored rectangles example */

div#rectanglearea {
	width: 800px;
	height: 500px;
	border: 1px solid black;
	overflow: hidden;
	position: relative;
}

div.rect {
	width: 80px;
	height: 80px;
	border: 2px solid black;
	position: absolute;
}
