@charset "utf-8";
/* CSS Document */

#boomOverview{
	/* OVERVIEW CANVAS ELEMENT */
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	/*background-image:url(../img/bg_oview.png);*/
	max-width:720px;
	max-height:780px;
	width:100%;
	height:auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.overviewColumn{
	padding:0px;
}

.zeroPadding{
	padding:0px;
}

