body {
	overflow	: hidden;
	padding		: 0;
	margin		: 0;

	color		: #222;
	background-color: #BBB;
	font-family: 'Raleway', sans-serif;
	font-size	: 100%;
	text-shadow: #fff 0px 0px 3px;
}

#info .top {
	position	: absolute;
	top		: 0px;
	width		: 100%;
	padding		: 5px;
	text-align	: center;
}

#info .topLeft {
	position	: absolute;
	top			: 0px;
	width		: 10%;
	padding		: 10px;
	text-align	: left;
}

#info a {
	color		: #000000;
	text-decoration	: none;
}

#info a:hover {
	text-decoration	: underline;
}

#info .bottom {
	position	: absolute;
	bottom		: 0px;
	right		: 5px;
	padding		: 5px;
	text-align	: right;
	text-shadow: #fff 0px 0px 4px;
}

#progress {
	color: #000;
  font-family: 'Raleway', sans-serif;
	top:25%;
	width: 100%;
	font-size:1em;
	font-weight:normal;
	position: absolute;
	z-index:100;
	text-align: center;
	text-shadow: #666 0px 0px 3px;
	opacity: 1.0;
	display:block;
}

#message {
	background-image:url('LoadingWhite.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center;
	color:white;
	height: 100%;
	width: 100%;
}

#loading {
  font-family: 'Raleway', sans-serif;
	top:50%;
	font-size:1em;
	font-weight:normal;
	position:fixed;
	z-index:100;
	text-align: center;
	text-shadow: #000 0px 0px 8px;
	opacity: 1.0;
	display:block;
}




