body {  font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header {
	width: 810px;
	height: 254px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #000 url('header.jpg') no-repeat;
}
#container {
	background: #000;
	color: #fff;
	padding: 5px;
}
#jegyrendeles {
	margin: 0 0 25px 0;
	padding: 10px;
	text-align: center;
	background: #d54545;
	font-size: 16px;
	font-weight: bold;
}

#jegyrendeles a:link {color: #eee}
#jegyrendeles a:active {color: #eee}
#jegyrendeles a:visited { color:#ddd}
#jegyrendeles a:hover { color: #000}

#footer {
	color: #666;
	text-align: right;
	width: 810px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #000;
	border-top: solid 1px #222;
}
#footer a:link {color: #aaa; text-decoration: none;}
#footer a:active {color: #aaa; text-decoration: none;}
#footer a:visited { color:#aaa; text-decoration: none;}
#footer a:hover { color: #ccc; text-decoration: none;}


a:link {color: #fff}
a:active {color: #fff}
a:visited { color:#eee}
a:hover { color: #f22}

