html, body {
	font-family:	'OpenSans', helvetica, verdana;
	font-weight:	normal;
	overflow:		hidden;
	background: 	black;
}
#gigapixel, #gigapixelBackground {
	position: 	absolute;
	width:  	100%;
	height: 	100%;
	overflow:	hidden;
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}
#gigapixelBackground, #gigapixelPreview {
	display:	none;
}
#gigapixelOverlay {
	position: 	absolute;
	top:    	0vw;
	left:    	0vw;
	width:  	100vw;
	height: 	100vh;
	background-color:		black;
	background-size:		contain;
	background-repeat: 		no-repeat;
	background-position:	center center;
	display:	none;
}
#gigapixelFps {
	position: 	absolute;
	top:    	0vw;
	left:    	0vw;
	width:  	30vw;
	height: 	10vh;
	font-size:	0.5vh;
	color:		white;
	padding:	1vh;
	z-index: 	20000;
}

