﻿.progressBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
	right: 0px;
	bottom: 0px;
	background-color: #eee;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
.progressImage
{
	position: absolute;
	top: 49%;
	left: 49%;
}
