#loader-bg {
	display: none;
	position: absolute;
	top: 20px;
	left: 50%;
	width: 960px;
	height:755px;
	margin-left: -480px;
	background: #fff;
  	z-index: 1;
}
#loader {
	display: none;
	position: absolute;
	top: 245px;
	left: 50%;
	width: 450px;
	height: 224px;
	margin-left: -225px;
	z-index: 2;
}