
html, #entrycontainer, #vizcontainer, #singlegameviz {
	overflow:hidden;
}

html {
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:10000;
}

body {
	width:100%;
	height:100%;
}



#entrycontainer {
	z-index:10000;

}

#vizcontainer {
	z-index:10000;

}

#aggregateHeatmap {
	z-index:10001;
}
#heatmapArea, #aggregateHeatmap, #entrymap {
	position:relative;
	background-size: cover;
	background-image: url();
}
