@font-face {
	font-family: '8BIT WONDER';
	src: url('../fonts/8BITWONDERNominal.eot');
	src: url('../fonts/8BITWONDERNominal.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/8BITWONDERNominal.woff2') format('woff2'),
		 url('../fonts/8BITWONDERNominal.woff') format('woff'),
		 url('../fonts/8BITWONDERNominal.ttf') format('truetype'),
		 url('../fonts/8BITWONDERNominal.svg#8BITWONDERNominal') format('svg');
	font-weight: normal;
	font-style: normal;
}
html
{
	width: 100%;
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
/* Entire Page : Transparent (Fade In) Until Loading */
#mainBody
{
	width: 100%;
	height: 100%;
	opacity: 0.0;
}
#header
{
	margin: 0 auto;
	width: 76%;
	height: 80px;
	background-color: #222222;
	border-top: solid 8px #C21F1F;
	border-right: solid 8px #C21F1F;
	border-left: solid 8px #C21F1F;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
#bannerLogo
{
	padding-left: 4px;
	color: #AAAAAA;
	font-family: '8BIT WONDER';
	font-size: 18pt;
	font-weight: bold;
}
#content
{
	margin: 0 auto;
	height: 500px;
	width: 76%;
	background-color: #222222;
	border-right: solid 8px #C21F1F;
	border-left: solid 8px #C21F1F;
}
#cframe
{
	width: 100%;
	height: 100%;
}
#bContainer
{
	margin: 0 auto;
	width: 76%;
	height: 20px;
	background-color: #222222;
	border-bottom: solid 8px #C21F1F;
	border-right: solid 8px #C21F1F;
	border-left: solid 8px #C21F1F;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#footer
{
	padding-top: 0px;
	padding-left: 10px;
	color: #AAAAAA;
	font-family: arial black;
	font-size: 8pt;
}
#cwText
{
	cursor: pointer;
}
#lContainer
{
	width: 100%;
	position: absolute;
	top: 300px;
	left: 0;
	background-color: transparent;
	visibility: hidden;
}
#loadTable
{
	height: 40px;
	border: solid 4px #C21F1F;
	border-radius: 20px;
}
#loadBar
{
	margin: 0 auto;
	width: 700px;
}
#progress
{
	width: 0px;
	border-radius: 20px;
	background: rgb(47,47,47);
	background: linear-gradient(180deg, rgba(47,47,47,1) 0%, rgba(112,109,109,1) 50%, rgba(47,47,47,1) 100%); 
}
#blank
{
	width: 900px;
}
#oContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	visibility: hidden;
}
#Overlay
{
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
#Overlay #oframe
{
	width: 100%;
	height: 100%;
}
#validateBar
{
	width: 100%;
	height: 40px;
	background: linear-gradient(180deg, rgba(47,47,47,1) 0%, rgba(112,109,109,1) 50%, rgba(47,47,47,1) 100%); 
	border-bottom: solid 3px #C21F1F;
	border-top: solid 3px #C21F1F;
}
#vframe
{
	width: 100%;
	height: 100%;
}
#loadingText
{
	padding-left: 10px;
	color: #AAAAAA;
	font-family: '8BIT WONDER';
	font-size: 10pt;
	font-weight: bold;
}