/*	Mac-style styles
	================  */

#desktop
{
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	z-index: 2;
	
	background: transparent;
}

.selection-rectangle
{
	position: absolute;
	
	outline-width: 1px;
	outline-style: dotted;
	outline-color: black;
	
	/*
	border: 1px solid black;
	
	background: white;
	
	opacity: 0.5;
	*/
}

