#fejlec {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#torzs img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

}

#error {
	width: 880px;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
	border: #000000 solid 1px;
	background-color: #ffffff;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	
}

#torzs {
	width: 880px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
	border: #000000 solid 1px;
	background-color: #ffffff;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background-image: url(bg/bg_test.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
a:link, a:visited {
	color: #F60;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
#lablec {
	width: 880px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	background-color: #FFF;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

