html, body, div, span, object, iframe, h1, h2, h3, p, img, ul, li, article, aside, footer, header, nav, section, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

.mobile {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

html,
body {
	height: 100%;
}

body {
	font: 17px sans-serif;
	line-height: 1.25;
	color: #fff;
	overflow: hidden;
	background-color: #000;
	width: 100%;
	height: 100%;
}

h1 {
	font-size: 48px;
	font-weight: normal;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}

a:hover,
a:active,
a:focus {
	outline: none;
}

a:active {
	color: #999;
}

a:link {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

#content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.app {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.flash-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}

#flash,
#flash object {
	width: 100%;
	height: 100%;
}

.alt {
	position: absolute;
	width: 100%;
	top: 50%;
	margin: -120px auto 0 auto;
	text-align: center;
}

.alt h1 span,
.alt p span {
	display: none;
}

.alt h1 {
	background-image: url(/assets/images/title.png);
	-webkit-background-size: 476px 225px;
	-moz-background-size: 476px 225px;
	background-size: 476px 225px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 225px;
	margin-bottom: 20px;
}


.alt p {
	line-height: 22px;
	max-width: 320px;
	padding: 20px;
	margin: -115px auto 0 auto;
}

.alt a {
	text-decoration: underline;
}

.background {
	background-color: #000;
	background-image: url(/assets/images/background.png);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}

@media (max-width: 480px), (max-height: 480px) {
	.alt {
		margin-top: -95px;
	}

	.alt h1 {
		background-image: url(/assets/images/title-mobile.png);
		-webkit-background-size: 290px 138px;
		-moz-background-size: 290px 138px;
		background-size: 290px 138px;
		margin-bottom: 5px;
		height: 138px;
	}

	.alt p {
		margin-top: -20px;
	}

	.background {
		background-image: url(/assets/images/background-mobile.png);
	}
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.alt h1 {
		background-image: url(/assets/images/title-2x.png);
	}

	.mobile .alt h1 {
		background-image: url(/assets/images/title-mobile-2x.png);
	}
}