body {
	overflow	: hidden;
	padding		: 0;
	margin		: 0;

	color: white;
	background-color: #000000;
	font-family	: Georgia, serif;
	font-size: 32px;
	font-style: italic;
	text-align: center;
	line-height: 31px;
}
#info .top {
	position	: absolute;
	top		: 0px;
	width		: 100%;
	padding		: 5px;
	text-align	: center;
}
#info a {
	color		: #66F;
	text-decoration	: none;
}
#info a:hover {
	text-decoration	: underline;
}
#info .bottom {
	position	: absolute;
	bottom		: 0px;
	right		: 5px;
	padding		: 5px;
}

#top-black{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: black;
	z-index: 1000;
	opacity: 0.8;
}

#infos {
	position: absolute;
	top: 46%;
	left: 44%;
	z-index: 20000;
}

.textBtn {
	border:1px solid;
	margin: 4px;
}

.textBtn p {
	padding: 10px 15px;
	margin: 0;
}

.textBtn.A {opacity:1;}
.textBtn.B {opacity:0;}
.textBtn.C {opacity:0;}
.textBtn.D {opacity:0;}
.textBtn.E {opacity:0;}
.textBtn.F {opacity:0;}
.textBtn.G {opacity:0;}



