body {
	background: #000000;
	font-family: Century;
	text-align: center;
	color: white;
	opacity: 0.91;
}
a {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
button.b1 {
	border: none;
	color: white;
	background-color: #209940;
	height: 0%;
	width: 0%;
	font-size: 30px;
	font-family: Century;
	cursor: pointer;
	position: absolute;
	top: 40%;
	left: 38%;
	opacity: 0;
}
button.b2 {
	border: none;
	color: white;
	background-color: #209940;
	height: 0%;
	width: 0%;
	font-size: 30px;
	font-family: Century;
	cursor: pointer;
	position: absolute;
	top: 55%;
	left: 38%;
	opacity: 0;
}
button:hover {
	color: white;
	background-color: #228833;
}
img {
	width: 100%;
}
div#wrapper {
	position: absolute;
	left: 20%;
	top: 15%;
	height: 0%;
	width: 60%;
	background-color: #209940;
	border: #339960;
	opacity: 0;
}
div#text {
	position: absolute;
	left: 20%;
	top: 18%;
	height: 10%;
	width: 60%;
	font-size: 23px;
	opacity: 0;
}
div#b1 {
	width: 100%;
}
div#b2 {
	width: 100%;
}
div#image {
	display: none;
}