@charset "utf-8";
/* CSS Document */

/* Preloader */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.90);
	z-index: 10;
}

#preload-images {
	display: none;
}

#status {
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/miscellaneous/preloaderAnim.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -150px 0 0 -150px;
  /* is width and height divided by two */
}
#status-text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 240px;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #3A3A3A
}
