html,body {
	background-color: #000;
	text-align: center;
}

#app {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#app img {
}

#creditsNav {
	position:absolute;
	top:55px;
	right:15px;
	z-index:15;
}

#creditsNav a {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
}

#creditsNav a:hover {
	text-decoration: underline;
}

.interface {
	position:absolute;
	top:0;
	left:0;
}

.stage {
	z-index:1;
}

.mask {
	z-index:2;
	display: none;
}


map {

}

.overlay {
	z-index: 10;
}

#video {
	position:absolute;
	z-index: 15;
	top:0;
	margin-left:auto;
	margin-right:auto;
}

div.credits {
	z-index:50;
	color:black;
	padding:1em;
	position:absolute;
	overflow:scroll;
	text-align: left;
}
