body {
	background: #3d2302 url("images/bg2.jpg") repeat 0 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

/*--centering--*/
#top {
	width: 100%;
	height: 50%;
	top: 0;
	background-color: transparent;
}

#horizont {
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#center {
	background-color: transparent;
	position: absolute;
	top: -240px;  /* height fele */
	left: 0;
	width: 100%;
	height: 480px;
	visibility: visible;
	text-align: center;
}

#center2 {
	background-image: url(images/kezdolap.jpg);
	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	visibility: visible;
}

#main{
	padding: 220px 350px 225px 230px;
	
}
/*--centering--*/

