*
{
	margin: 0;
	padding: 0;
	z-index: 1;
	font-family: vt323;
}
body
{
	background: #000;
}
@font-face
{
	font-family: vt323;
	src: url('/VT323-Regular.ttf');
}
@keyframes circle
{
	from {
		transform: scale(0);
	}
	to {
		transform: scale(6);
	}
}
.circle
{
	margin: 0 auto;
	width: 256px;
	height: 256px;
	border: 20px solid CadetBlue;
	border-radius: 50%;
	position: absolute;
	top: 16%;
	left: 42%;
}
.one
{
  animation: circle 4s infinite linear;
}
.two
{
  animation: circle 3s infinite linear;
}
.three
{
  animation: circle 2s infinite linear;
}
#circles-container
{
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 14;
}
#message-container
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}
#message
{
	font-size: 4.5em;
	color: white;
	background-color: red;
	text-align: center;
	padding-bottom: 0.25em;
}
.gde-logo
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 42;

	background: url('/gde-8bit-1024x1024.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;

	/* css3 */
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;

	/* css2, @see: http://webdesignerwall.com/tutorials/how-to-css-large-background */
	width: 100%;
	display: table;
	padding: 0px;
	margin: 0px;
}
.gde-logo
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;

	background-color: rgba(0, 0, 255, 0.25);
}
#wf-container-fg
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 64;
	background-image: url('/tv-1280x960.png');
	background-repeat: repeat;
	background-size: contain;
}
div#gde-copyright
{
	font-family: vt323;
	font-size: 1em;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0);
	z-index: 101;
}
div#gde-copyright a
{
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	border: 1px solid transparent;
	border-bottom: solid 1px;
}
div#gde-copyright a:hover
{
	color: rgba(255, 255, 255, 1.0);
	text-decoration: none;
	border: dashed 1px;
}
#gde-copyright
{
	text-align: center;
}
