body {
	background-image:url('hatter.jpg');
	background-repeat:no-repeat;
	background-color:#006599;
	color:white;
}

#egesz {
	width:985px;
	margin-left:auto;
	margin-right:auto;
}

#fejlec {
	background-image:url('fejlec.jpg');
	width:980px;
	height:112px;
	clear:both;
}

#menu {
		margin-top:10px;
	}

#menu a {
	color:white;
	text-decoration:none;
	}

#menu a:hover {
	color:red;
	}

#tartalom {
	border:2px solid white;
	width:980px;
	height:auto;
	margin-top:10px;
	}
#tartalom a {
	text-decoration:none;
	color:white;
	}

#tartalom a:hover {
	text-decoration:none;
	color:red;
	}
#tartalom img {
	}
#tartalom img a {
	border:2px solid red;
	}
#lablec {
	text-align:center;
	margin-top:3px;
	clear:both;
	}
	
#lablec a {
	text-decoration:none;
	color:white;
	}

#lablec a:hover {
	text-decoration:none;
	color:RGB(232,77,13);
	}
