#preloader{
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
	width:100%;
	height:100%;
	background-color:#000000;	/* Editable*/
}

#preload_area{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	
	width: 329px;	/* Editable*/
	height: 230px;	/* Editable*/
}

.preload_image{

}

.preload_text{
	text-align:center;	/* Editable*/
	color: #ffffff;		/* Editable*/
}

.preload_bar{
	width:0%;
	height:3px;
	background-color:#ffffff;
	margin-left:0px;
	margin-right:auto;
	margin-top:10px;
}