body {
	background: url(menu_background.jpg);
	font-family: Century;
	text-align: center;
	opacity: 0.9;
	color: white;
}
h1 {
	font-size: 40px;
	font-weight: none;
}
span.t1 {
	display: none;
}
a {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
div#container {
	width: 100%
}
div#contact {
	width: 55%;
	height: 10%;
	position: absolute;
	left: 23%;
	top: 35%;
	background-color: #009999;
	display: none;
}
div#dani {
	width: 30%;
	height: 50%;
	position: absolute;
	left: 10%;
	top: 25%;
	text-align: left;
	margin-top: 20px;
	display: none;
}
div#balint {
	width: 30%;
	height: 50%;
	position: absolute;
	right: 10%;
	top: 23%;
	text-align: right;
	margin-top: 20px;
	display: none;
}