html, body
{
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none; 
}

#selectionContainer
{
	position: absolute;
	left: 0;
	top: 0;
}

.selection
{
	position: absolute;
	background-image: url(walking_ants_bw.gif);
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 10;
}

.selectionShadow
{
	position: absolute;
	background-color: transparent;
	box-shadow: 5050px 5080px 50px #333333;
	width: 10px;
	height: 10px;
	z-index: 1;
}

html
{
	overflow: hidden;
	background: url(venetianplaster.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
