body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
#barnacsik{
	position: absolute;
	backround-color: #e8da8f;
	width: 155px;
	height: 100%;
	background-color: #e8da8f;
	z-index: 1;
: 1;
}
#headerspan{
	position: absolute;
	height: 124px;
	width: 100%;
	background-image: url(images/headerspan.jpg);
	z-index: 2;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#header{
	position: relative;
	height: 124px;
	width: 725px;
	background-image: url(images/header.jpg);
	repeat: no-repeat;
	z-index: 3;
}
#menu{
	position: relative;
	left: 0px;
	z-index: 2;
	width: 155px;
	text-align: left;
	text-indent: 5pt;
	vertical-align: middle;
}
#menu a{
	display: block;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	color: #655f40;
	background-color: #e8da8f;
}
#menu a:hover{
	background-color: #c2b674;
}
#frame{
	position: absolute;
	width: 75%;
	height: 75%;
	top: 125px;
	left: 165px;
	background-color: transparent;
	z-index: 4;
}
#abc{
	position: relative;
	z-index: 5;	
}
#abc a{
	display: block;
	float: left;
	border-right: 1px solid #e8da8f;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12;
	text-decoration: none;
	color: #e8da8f;
	background-color: #63581e;
}
#abc a:hover{
	background-color: #8c7c26;
}
