
#can {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#main-bg {
	width: 100%;
	height: 100%;
	background-color: #eee;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	transition: top 1s;
}

#main-bg h1 {
	text-align: center;
	font-size: 80px;
	font-family: Arial;
	color: #000;
	margin-top: 50px;
}

#play-btn {
	width: 150px;
	height: 60px;
	background-color: #fff;
	border: 3px solid #00f;
	border-radius: 5px;
	color: #000;
	font-size: 22px;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-70px, 0px);
}


#gui-frame {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#info-cont {
	width: 80px;
	height: 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 16px;
	font-family: Arial;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
}

#sel-cont {
	width: 250px;
	height: 150px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-left: 10px;
}
#sel-cont h2 {
	color: #fff;
	font-size: 20px;
	font-family: Arial;
	margin-top: 10px;
}
#sel-cont p {
	color: #fff;
	font-size: 16px;
	font-family: Arial;
}

