#preloader {
	background: #000;
	position:fixed;
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	text-align:center;
	color:#fff;
	z-index:1000000;
}

.bar {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 7.5em;
	-moz-border-radius: 7.5em;
	border-radius: 7.5em;
	margin-right: 2px;
	position: absolute;
	visibility:hidden;
}
		
#shapeblue {
	background: #fff;
	z-index: 1;
}

#shapepink {
	background: #676767;
	z-index: 0;
}