@charset "UTF-8";
/* CSS Document */

	#preloader {
		width:774px;
		height:400px;
		margin-left:auto;
		margin-right:auto;
		margin-top:200px;
		background-image:url('images/progressbg.png');
		position:relative;
	}
	
	#progressbar {
		position:absolute;
		width:0px;
		height:41px;
		overflow:hidden;
		top:201px;
		left:155px;
		background-image:url('images/progressbar.png');
	}