@charset "utf-8";
/* CSS Document */

body {
		font-family:Arial, Helvetica, sans-serif;
		color:#555;
		margin:0px;
}

#progress {
		width:auto;
		height: 66px;
		border: 1px solid #272727;
		position:absolute;
		top:1%;
		left:1%;
		right:1%;
		background:url(../imagini/puls.gif)no-repeat center #09F;
		text-align:left;
		z-index:100;
	}
 
#stroke{
		border:1px solid #fff;
		height:64px;
		background:url(../imagini/puls.png) no-repeat center;
	}

#loadimages {
		width: 0px;
		margin:55px 2px 2px 2px;
		text-align: left;
		font-size: 11px;
		height: 7px;
		background: #272727;
	}

#namefiles {
		font-size:10px;
		font-weight:normal;
		padding-left:20px;
		line-height:13px;
		text-align:left;
		color:#fff;
	}

#container {
		visibility:hidden;
	}