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