@charset "utf-8";
/* CSS Document */

html,body {
height: 100%;
}

body {
	background-image:url(../images/hatter.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

#fejlec {
	background-image: url(../images/fejlec.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 159px;
	}
	
#menu {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 34px;
	padding-left: 80px;
	}

#felso {
	background-image: url(../images/felso.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 27px;
	}
	
#content {
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: left;
	text-align: center;
	
	}

#content_box {
	overflow-x: hidden;
	text-align: left;
	margin-left: 110px;
}
