/*	SPLASH LAYOUT ELEMENTS  */

#wrapper	{	
	height: 100%;
	min-height: 100%;
	background: transparent url(../images/wrapper-splash-bg.png) top center repeat-y;
}

#splash			{
	width: 265px;
	height: 277px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -138px;
	margin-left: -132px;
	z-index: 9999;
}

#intro-container, #flashintro
{
	width: 265px;
	height: 195px;
}

#splash ul		{
	width: 255px;
	margin: 24px auto 0 auto;
	padding: 0;
	list-style-type: none;
}

#splash li		{
	margin: 0;
	padding: 0;
	float: left;
}

#splash li a	{
	height: 58px;
	text-indent: -9999px;
	display: block;
}

#splash li a.en	{
	width: 70px;
	background: url(../images/splash/enter_en.png) no-repeat;
}

#splash li a.en:hover	{
	background: url(../images/splash/enter_en-hover.png) no-repeat;
}

#splash li a.hu	{
	width: 83px;
	background: url(../images/splash/enter_hu.png) no-repeat;
	margin-left: 28px;
}

#splash li a.hu:hover	{
	background: url(../images/splash/enter_hu-hover.png) no-repeat;
}

#splash li a.it	{
	width: 65px;
	background: url(../images/splash/enter_it.png) no-repeat;
	margin-left: 8px;
}

#splash li a.it:hover	{
	background: url(../images/splash/enter_it-hover.png) no-repeat;
}