@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#57412f;
}
div#erkezunk, div#footer {
	position:absolute;	
}

div#erkezunk {
	top:0px;
	left:0px;
	width:149px;
	height:156px;
	background-image:url(../../uc/images/erkezunk.png);
}

div#footer {
	bottom:0px;
	width:100%;
	height:120px;
	background-image:url(../../uc/images/footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
div#cont {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:550px;
	background-image:url(../../uc/images/infopic.gif);
	background-repeat:no-repeat;
	margin-top:0px;
	position:relative;
	
}