body { 
	text-align: center; 
	background-color: #FFCC00;
	font-family: sans-serif;
	font-size: 10px;
	color: #EEEEEE;
	margin: 0px;
	padding: 0px;}

a { 
	font-family: sans-serif;
	font-size: 10px;
	color: #EEEEEE;
	text-decoration: none; }

a:hover {
	text-decoration: underline; }

#felso {	
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	margin: 0px;
	z-index: 4;  }

#also {	
	background-color: #000000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	margin: 0px;
	/*overflow: hidden;*/
	z-index: 3;  }

#alsoalatt {	
	background-color: #000000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	margin: 0px;
	/*overflow: hidden;*/
	z-index: 2;  }
	
#admenu {	
	background-color: transparent;
	position: absolute;
	bottom: 100px;
	right: 0px;
	width: auto;
	height: auto;
	margin: 0px;
	/*overflow: hidden;*/
	z-index: 5;  }

#intro {
	background-color: #FFCC00;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	z-index: 1;  }
	
#introin{
	background: transparent;
	width: 550px;
	height: 400px;
}