body {
	background: url(menu_background.jpg);
	font-family: Century;
	text-align: center;
	opacity: 0.91;
}
a {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
button.button1 {
	border: none;
	color: white;
	background-color: #209940;
	height: 0%;
	width: 0%;
	font-size: 28px;
	font-family: Century;
	opacity: 0;
	cursor: pointer;
}
button.button2 {
	border: none;
	color: white;
	background-color: #209940;
	height: 0%;
	width: 0%;
	font-size: 28px;
	font-family: Century;
	cursor: pointer;
	opacity: 0;
}
button.button3 {
	border: none;
	color: white;
	background-color: #209940;
	height: 0%;
	width: 0%;
	font-size: 28px;
	font-family: Century;
	cursor: pointer;
	opacity: 0;
}
button.button4 {
	border: none;
	color: white;
	background-color: #209940;
	height: 0%;
	width: 0%;
	font-size: 28px;
	font-family: Century;
	cursor: pointer;
	opacity: 0;
}
button:hover {
	color: white;
	background-color: #228833;
}
img {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 18px;
	right: 18px;
	opacity: 0.95;
}
img:hover {
	opacity: 0.75;
}
div#container {
	text-align: center;
	width: 100%
}
div#b1 {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 125px;
}
div#b2 {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 230px;
}
div#b3 {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 335px;
}
div#b4 {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 440px;
}
div#logo {
	display: none;
}
span.text1 {
	opacity: 0;
}
span.text2 {
	opacity: 0;
}
span.text3 {
	opacity: 0;
}
span.text4 {
	opacity: 0;
}