@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background-image:url(1_Assets/cover-image.jpg);
	margin: 0;
	padding: 0;
}

#splash {
	
	width: 38%;
	height: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	position: absolute;
	top: 34%;
	left: 32%;
}

.intro {
	background-color:#FFFFFF;
	font: 0.7em Courier;
	color: #999999;
	margin: 10px;
	text-align: center;
}

.firefox {
	text-align: center;
	background-color:#FFFFFF;
	font: 0.7em arial;
	line-height: 14px;
	color: #666666;
	background-color:#ffffff;
}
