html, body {
	background: #000;
	margin: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	padding: 0;
}
h1 {
	position: relative;
	padding: 0;
	margin: 10px 0 20px 0;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 500;
	font-family: inherit;
}
#one {
	position: absolute;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	background: #000 url(./blcbg-1.jpg) no-repeat center center;
	background-size: cover;
	color: #666;
}
#two {
	position: absolute;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	background: #000 url(./blcbg-2.jpg) no-repeat center center;
	background-size: cover;
	color: #666;
}
#two > div {
	position: absolute;
	top: 55.5%;
	left: 47.6%;
	color: #fff;
	z-index: 9999;
	font-size: 0.9rem;
	font-family: verdana;
	letter-spacing: 1px;
}
#two > span {
	display: block;
	position: relative;
	top: 62vh;
	color: #ff9900;
	z-index: 9999;
	font-size: 1rem;
	font-family: verdana;
	letter-spacing: 1px;
	padding: 10px;
	text-align: center;
	width: 65vw;
	max-width: 560px;
	margin: 0 auto;
}
#two > span span {
	display: block;
	margin: 10px auto;
	font-size: 0.8rem;
	color: #ffffff;
}
#two #three, span a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}