#loadprogress-overlay{
	position: fixed;
	background: #fef4d6;
	z-index: 9999;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}
#loadprogress-title{
	position:absolute;
	background: #fef4d6;
	background-image:url(../../img/loading.png);
	background-repeat: no-repeat;
	background-position: left top;
	top:50%;
	left:50%;
	width:200px;
	margin:-100px 0 0 -100px;
	height:200px;

}
#loadprogress-box{
	position:absolute;
	background: #fef4d6;
	top:50%;
	left:50%;
	width:100%;
	margin:-1px 0 0 -50%;
	height:1px;
}
#loadprogress-bar{
	width:0;
	height:3px;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
}
