﻿html, body {
    height: 100%;
    margin:0;
}
body {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.fullHeight {
	width:100%;
	height: 100%;
	min-width:100%;
	min-height: 100%;
	overflow: hidden;
}

#canvasContainerOuter {
	position: relative;
	margin:0 auto;
}
#canvasContainerInner {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
}
#canvasContainer {
	width: inherit;
	height: inherit;
}
#gameFrame {
	display: block;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
}
