body {
	background: url("./icons/background.jpg");
}

.mainBar {
	width: 672px;
	height: 168px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -84px;
	margin-left: -336px;
}

.mainBarButton {
	width: 128px;
	height: 128px;
	margin: 20px;
	float: left;
}

.backBar {
/* 	width: 336px; */
	height: 168px;
	position: absolute;
	top: 100%;
	left: 100%;
	margin-top: -168px;
/* 	margin-left: -336px; */
}

.backBarWrapper {
	width: 64px;
	height: 128px;
	margin: 10px;
	float: left;
}

.backBarButton {
	width: 64px;
	height: 64px;
	margin: 0px;
	position: absolute;
	top: 64px;
}

.helper {
	width: 200px;
	height: 50px;
	background: black;
	opacity: 0.8;
	position: absolute;
	color: white;
	text-align: center;
}

#wrtr {
/* 	background: black; */
	width: 500px;
	height: 200px;
	margin: 0 auto;
	color: white;
	position: absolute;
	top: 350px;
	left: 450px;
	visibility: hidden;
}
