html, body {
	background-color: #000;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin  : 0;
	padding : 0;
}

#content {
	position : relative;
	background-position : center;
	background-repeat : no-repeat;
	background-size : auto 100%;
	margin-left : auto;
	margin-right : auto;
	overflow : hidden;
}
#content canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0 auto;
}

#font-preloader {
	position : absolute;
	top : -9999px;
	left : -9999px;
}

.captions, #captions {
	line-height : 1.1em;
	/*padding : 8px 0;*/
}

@font-face {
	font-family : 'gotham';
	src : url(static/assets/fonts/GothamRounded-Bold.woff2) format('woff2'), url(static/assets/fonts/GothamRounded-Bold.woff) format('woff');
	font-weight : bold;
	font-style : normal;
}
