#interface1 {
	z-index:1;
}
#loader_container {
	text-align:center;
	top:25%;
	width:100%;
	z-index: 9;
	position: absolute;
}
#loader {
	padding:0px 20px 0px 0px;
	margin:0;
	width:777px;
	z-index:10;
	height: 260px;
	text-align: right;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:0px;
	background-color:#9D9D94
}
#loader_bg {background-color:#EBEBE4;position:relative;top:8px;left:8px;height:7px;width:113px;font-size:1px}
