html, body {
	margin:0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	
	height: 100%;
	width: 100%;
}

h1 { margin:10px; font-family: 'Open Sans', sans-serif; color:#e35041;}

p { margin: 10px; line-height: 160%; font-family: 'Open Sans', sans-serif; text-align: justify;}

.felsodiv {
	background:#FFF;
	border-bottom: 1px solid gray;
	position: relative;
	width:100%;
	height: 108px;
	margin: 0 auto;
	z-index:2	;
}

.kozepsodiv
{
	position: relative;
	width:100%;
	height: 100%;
	z-index: 1;
	background-image: url('../images/legi-foto-szoveg-bg.png');
	margin-top:300px;
}