/* CSS Document */

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	
}

#imgContainer{
	position: absolute;
	z-index: 91;
	width: 100px;
	height: 100px;
	background:url(images/loading.gif) center no-repeat;
}


