html, body {
	height: 100%;
}

div.basic {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background: url(vakondok4/bgr.png) repeat;
}

div.basic_hidden {
	display: none;
	position: absolute;
	width: 0px;
	height: 0px;
	z-index: -20;
}

div.basic table {
	width: 100%;
	height: 100%;
}

div.basic table tr:hover {
	background: transparent !important;
}

div.basic table td {
}

div.basic_screen {
	background: url(vakondok_loader_eng.gif) no-repeat top center;	
	width: 300px;
	height: 300px;
	margin: 0px auto 0px auto;
	padding-top: 0px;
}

div.basic_screen_hu {
	background: url(vakondok_loader_hun.gif) no-repeat top center;	
	width: 300px;
	height: 300px;
	margin: 0px auto 0px auto;
	padding-top: 0px;
}


div.basic_empty, div.basic_ready, div.basic_run {
	width: 78px;
	height: 32px;
}