html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	background-color: #228630;
	background-image: url("EOShatter.webp");
	background-repeat: no-repeat;
}

#AktualisEOSgombok {
	left: 840px;
	position: absolute;
	top: 40px;
}

#ArchivEOSgombok {
	left: 1140px;
	position: absolute;
	top: 40px;
}

.GombokHattere {
	background-image: url("GombokHattere.webp");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 25px;
	padding-top: 15px;
	width: 278px;
}

.EOSgomb {
	background-image: url("EOSgomb.webp");
	background-position: center;
	background-repeat: no-repeat;
	color: #bbd10a;
	display: block;
	font-family: Arial;
	font-size: 19px;
	height: 24px;
	padding: 9px;
	text-align: center;
	text-decoration: none;
}

.EOSgomb:hover, .EOSugyvitel:hover, .HCDeltaKft:hover {
	color: #FFFFFF;
}

#LabSzoveg {
	bottom: 0;
	color: #c6b94a;
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.EOSugyvitel, .HCDeltaKft {
	color: #c6b94a;
	text-decoration: none;
}

