#interface1 {
	z-index:1;
}
#loader_container {
	text-align:center;
	position:absolute;
	top:0px;
	width:100%;
	left: 0px;
	height: 100%;
             z-index:30;

}
#loader {
	font-family:Arial,Tahoma, Helvetica, sans;
	font-size:11px;
	color:#FFFFFF;
	background-color:#541600;
	padding:4px 0 16px 0;
	margin:0 auto;
	display:block;
	width:100%;
              height:100%;
	z-index:2;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:0px;
	background-color:#541600;
}
#loader_bg {background-color:#EBEBE4;position:relative;top:8px;left:8px;height:7px;width:113px;font-size:1px}

