@charset "UTF-8";

	body {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#background {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
}
#logo {
	z-index: 10;
	position: absolute;
	margin-right: 50%;
	margin-left: 50%;
	margin-top: 20px;
	left: -175px;
}
#content {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 24px;
	color: #FF0000;
	z-index: 8;
	position: absolute;
	margin-right: 50%;
	margin-left: 50%;
	width: 100%;
	text-align: center;
	left: -50%;
	top: 40%;
}
#footer {
	z-index: 12;
	position: absolute;
	height: 130px;
	width: 100%;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	bottom: 20px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #FF0000;
}

