#mainContent {
	position: absolute;
	width: 700px;
	height: 700px;
	
	left: 50%;
	top: 50%;
	
	margin-left: -350px;
	margin-top: -400px;
}

#topLogo {
	position: relative;
	
	background-image: url("../imagesOpeningPage/szem_lang_menu.png");
	
	width: 685px;
	height: 369px;
}

#langHU {
	position: relative;
	
	float: left;
	
	width: 342px;
	height: 253px;
	
	background-image: url("../imagesOpeningPage/szem_lang_menu.png");
	
	background-position: 0 -369px;
}

#langHU:hover {
	cursor: pointer;
	
	background-position: 0 -1175px;
}

#langEN {
	position: relative;
	
	float: left;
	
	width: 342px;
	height: 253px;
	
	background-image: url("../imagesOpeningPage/szem_lang_menu.png");
	
	background-position: 342px -369px;
}

#langEN:hover {
	cursor: pointer;
	
	background-position: 342px -1175px;
}

#bottomLogo {
	position: relative;

	background-image: url("../imagesOpeningPage/szem_lang_menu.png");
	
	background-position: 0 -622px;
	
	width: 685px;
	height: 158px;		/* 622 - 780 */
}

#bottomLogo:hover {
	cursor: pointer;
}

/* 622 - 369 */
/* 685 / 2 */