#Background {
            position: fixed;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            background-color: Gray;
            filter: alpha(opacity=40);
            opacity: 0.4;
        }

#Progress {
	position: fixed;
	top: 40%;
	vertical-align: middle;
	left: 40%;
	width: 150px;
	height: 120px;
	text-align: center;
	background-color: White;
	border: solid 1px gray;
}