body {
	font-family: sans-serif;
	font-size: 24px;
	color: #393939;
}

.wrapper {
	position: absolute;
	width: 960px;
	height: 480px;
	left: 0;
	top: 0;
	z-index: 1;
}

.infos {
	position: absolute;
	width: 960px;
	height: 480px;
	left: 0;
	top: 0;
	z-index: 2;
}

.frame {
	position: absolute;
	width: 960px;
	height: 480px;
	left: 0;
	top: 0;
	display: none;
}

#button-return {
	position: absolute;
	width: 480px;
	height: 480px;
	left: 0;
	top: 0;
	cursor: pointer;
	display: none;
}

#button-advance {
	position: absolute;
	width: 480px;
	height: 480px;
	left: 480px;
	top: 0;
	cursor: pointer;
	display: none;
}

#loading {
	position: absolute;
	width: 960px;
	height: 480px;
	left: 0;
	top: 0;
	line-height: 480px;
	text-align: center;
}