body {
	background: url(menu_background.jpg);
	font-family: Century;
	text-align: center;
}
a {
	color: white;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: white;
	font-weight: none;
}
h2 {
	font-size: 18px;
	color: #EEEEEE;
	font-weight: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
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 {
	width: 100%
}
div#balint {
	width: 0%;
	height: 10%;
	position: absolute;
	top: 10%;
	left: 6%;
	text-align: left;
	background-color: #4444bb;
	padding: 0 0 0 20px;
	opacity: 0;
}
div#gergo {
	width: 0%;
	height: 10%;
	position: absolute;
	top: 10%;
	right: 6%;
	text-align: right;
	background-color: #bbaa22;
	padding: 0 20px 0 0;
	opacity: 0;
}
div#gyuri {
	width: 0%;
	height: 10%;
	position: absolute;
	top: 40%;
	left: 6%;
	text-align: left;
	background-color: #44bb44;
	padding: 0 0 0 20px;
	opacity: 0;
}
div#others {
	width: 0%;
	height: 10%;
	position: absolute;
	top: 40%;
	right: 6%;
	text-align: right;
	background-color: #bb4444;
	padding: 0 20px 0 0;
	opacity: 0;
}
div#dani {
	width: 0%;
	height: 10%;
	position: absolute;
	top: 70%;
	text-align: center;
	background-color: #009999;
	left: 30%;
	opacity: 0;
}
div#logo {
	position: absolute;
	right: 3px;
	bottom: 20%;
	display: none;
}
div#validation {
	position: absolute;
	left: 5px;
	bottom: 1%;
	font-size: 10px;
	color: white;
	display: none;
}