/* háttér */


body{
	font-family:  Verdana, Helvetica, sans-serif,Trebuchet MS;
	font-size:10px;
	color:#000;
	background:#000000;
	min-width:780px;
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
}


/* weblap  */


#wrapper{
			margin:20 auto;
			padding:0;
			width:774px;
			background:#fff;
			text-align:center;
			border-left:3px solid #ffffff;
			border-right:3px solid #ffffff;	
                                          border-top:3px solid #ffffff;
                                          border-bottom:3px solid #ffffff;
}

/* fejléc */
#header{
	width:100%;
	height:125px;
	background:#ff6c00 url(banner.gif);
	text-align:left;
	border-bottom:5px solid #ff6c00;
}
#header h1 {
	padding:top 10px 0px 0px;
	margin:0px 10px 0px 0px;
	font-size:20px;
	color:#fff;
}
#header span{
	color:#000;
}


#author{
	padding:3px 0px 0px 0px;
	height:18px;
	text-align:center;
}
#author a:link,a:active,a:visited{
	text-decoration:none;
	color:#000;
}
#author a:hover{
	text-decoration:none;
	color:#fff;
}


.clear{clear:both;}
