body {
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: none;
}

ul {
	list-style-type: circle;
	margin-left: 25px;
}

p {
	margin: 15px 0;
}

#minden, #flashcontent {
	width: 100%;
	height: 100%;
    position: absolute;
	top:0;
	left:0;
}

#flyer {
	width: 50%;
	height: 100%;
    position: absolute;
	top:0;
	left:0;
}

#video {
	width: 50%;
	height: 50%;
    position: absolute;
	top:0;
	right:0;
}

#info {
	width: 50%;
	height: 50%;
    position: absolute;
	bottom:0;
	right:0;
	display: table;
	text-align: center;
}

#info div {
	display: table-cell;
	vertical-align: middle;
}

#info div img{
	padding: 10px;
}