/*@charset "iso-8859-2";*/
/* CSS Document */

.fejlec {
	display:none;
}
.lablec {
display:none;
}
#copyright{
display:block;
}
#sidebar
	{
display:none;
	}
	
body
     {
	margin: 0px;
	text-align:center;
     }
table
{
text-align:center;
max-width:700px;
}
#site {
	width:100%;
	margin: 0 auto;

}

#content
	{
	float: left;
	width: 90%;
	height: auto;
	margin-left: 0px;
	background-color: #FFFFFF;
	}


