html, body {
	padding: 0px;
	font-family: Arial;
	margin: 0px;
	height: 100%;
	overflow: hidden;
	background-color: #fafafa;
	min-width: 1000px;
	min-height: 550px;
	-ms-user-select:none;
	-webkit-user-select:none;
	-moz-user-select: -moz-none;
	user-select : none;
}

div {
	display: none;
}

#display {
	width: 100%;
	position: absolute;
	height: 20px;
	bottom: 0px;
	border-top: 1px solid #c0c0c0;
	background-color: rgba(0,0,0,.5); 
	z-index: 400;
	text-align: center;
	display: none;
}

#blockHolder {
	display: none;
}

#left {
	left: 0px;
}
#leftOverlay {
	left: 0px;
}

#right {
	right: 0px;
}
#rightOverlay {
	right: 0px;
}

.lane {
	position: absolute;
	z-index: 10;
	top: 0px;
	height: 100%;
	width: 50px;
}

#levelSelector, #levelMiniSelector { 
	display: none;
}
