﻿#preloader {
	position:absolute;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	text-align:center;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:400px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:400px; /* centers the loading animation vertically one the screen */
	/*background-image:url(../images/status.gif);
	background-repeat:no-repeat;
	background-position:center;*/
	margin:-100px 0 0 -200px; /* is width and height divided by two */
}
