﻿@charset "utf-8";

/* Preloader */
#preloader {
	position:absolute; /* makes sure it stays on top */
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	width: 100%;
	background-color: #000000;
}

#status {
	width:100%;
	height:100%;
	position:relative; /* centers the loading animation vertically one the screen */
	background-image:url(../images/preloader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center center;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
