@charset "utf-8";
*			{
	margin:0 0 0 0;
	padding:0 0 0 0;	
}
#centered		{
	margin:0 auto;
	max-width:1024px;
	max-height:1024px;
	z-index:50;
}
a		{
	text-decoration:none;
	border:none;	
}
a img { border: none; }
a:visited		{
		text-decoration:none;
		border:none;	
}
h2		{
	display: block;
	max-width: 900px;
	margin: 0 auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-align: center;
	color:#0430A7;
}
body		{
	background-color: #006AB6;
	width:100%;
	height:100%;
	overflow-x: hidden;
}
#container		{
	max-width:100%;
	overflow-x: hidden;	
}
h1		{
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	text-align: center;
	display: block;
	padding: 10px 0;
	width: 500px;
	background-color: #880C84;
	z-index: 25;
	vertical-align: middle;
	background: repeating-linear-gradient(
  45deg, #043AA7, #043AA7 25%, rgba(4,48,167,0.00) 25%, rgba(4,48,167,0.00) 50%, #043AA7 50%);
	background-position:center;
	background-size: 40px 40px;
	background-attachment: fixed;
	-webkit-animation: stripemove 25s linear infinite;
	-moz-animation: stripemove 25s linear infinite;
	border-radius: 40px;
	-ms-animation: stripemove 25s linear infinite;
}
#button		{
	display: block;
	position: absolute;
	width: 500px;
	height:60px;
	margin: 885px 250px 25px 250px;
	z-index: 20;
	background: repeating-linear-gradient( 0deg, #043AA7, #880C84);
	border-radius: 40px;
	-webkit-animation: show_overlay 1.5s linear;
	-moz-animation: show_overlay 1.5s linear;
	-ms-animation: show_overlay 1.5s linear;
	animation: show_overlay 1.5s linear;
}

#overlay	{
	width:100%;
	height:100%;
	max-width: 1024px;
	max-height: 960px;
	opacity: 1;
	transform: scale(.95);
	-moz-transform: scale(.95);
	-ms-transform: scale(.95);
	position: relative;
	margin: 0px auto 0;
	padding: 0;
	z-index:2;
	transform-origin:50% 50%;
	-webkit-animation: show_overlay 1s linear;
	-moz-animation: show_overlay 1s linear;
	-ms-animation: show_overlay 1s linear;
	animation: show_overlay 1s linear;
}
#animation	{
	position: absolute;
	display: block;
	margin: 0 auto;
	width: 760px;
	height: 760px;
	padding: 0 137px;
	z-index: 2;
	transition: all 600ms;
}
#mask		{
	position: absolute;
	display: block;
	margin: -50px 62px;
	z-index: 15;
	width: 901px;
	max-width: 901px;
}

#tritext		{
	position:absolute;
	display:block;
	margin:640px auto 0;
	z-index:20;
	width:1000px;
	padding:0 10px 0 14px;
}
#time		{
	position:absolute;
	display:block;
	margin:835px auto 0;
	z-index:21;
}

#skater		{
	position:absolute;
	transform: translateX(150px)  translateY(500px); 
	z-index:9;
	-webkit-animation: skating 10s linear infinite;
	-moz-animation: skating 10s linear infinite;
	-ms-animation: skating 10s linear infinite;
	animation: skating 10s linear infinite;
	transition: all 600ms;
}
#skater2	{
	position:absolute;
	transform: translateX(150px)  translateY(500px); 
	z-index:9;
	-webkit-animation: skating 10s linear infinite;
	-moz-animation: skating 10s linear infinite;
	-ms-animation: skating 10s linear infinite;
	animation: skating 10s linear infinite;
	-webkit-animation-delay:-4.5s;
	-moz-animation-delay:-4.5s;
	-ms-animation-delay:-4.5s;
	animation-delay:-4.5s;
	transition: all 600ms;
}
#stripe		{
	background: repeating-linear-gradient(
  45deg, #006AB6, #006AB6 25%, rgba(4,48,167,0.00) 25%, rgba(4,48,167,0.00) 50%, #006AB6 50%);
	background-position:center;
	background-size: 40px 40px;
	background-attachment: fixed;
	display: block;
	position: absolute;
	z-index: 0;
	top: 350px;
	width: 100%;
	height: 150px;
	-webkit-animation: stripemove 25s linear infinite;
	-moz-animation: stripemove 25s linear infinite;
	-ms-animation: stripemove 25s linear infinite;
	
	}
#stripe2		{
	background: repeating-linear-gradient( 0deg, #043AA7, #880C84);
	display: block;
	position: absolute;
	z-index: -1;
	top: 350px;
	width: 100%;
	height: 150px;
	}
	
#click		{
			position:absolute;
			margin:250px 0 0 70%;
			display:block;
			z-index:100;
			width:25%;
			max-width:350px;
			min-width:150px;
			float:left;
			border:none;
}
#issues	{
				display:block;
				margin:50px auto 0;
		 }
#fallback	{
		display:none;	
}