* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
}
#keret {
	margin: auto;
	width: 600px;
}
#key {
	width: 600px;
	height: 100px;
	margin-top: -100px;
}
#szunet {
	width: 600px;
	height: 50px;
}
#belep {
	width: 600px;
	height: 100px;
}
#bal {
	width: 230px;
	float: left;
	height: 100px;
	background: url(index.png) 0% 0% no-repeat;
	margin: 0 0 0 150px;
}
#jobb {
	width: 70px;
	float: right;
	height: 100px;
	margin: 0 150px 0 0;
}
#jobb_1 {
	width: 70px;
	height: 33px;
}
#jobb_2 {
	width: 40px;
	height: 40px;
	background: url(loading.gif) 0% 0% no-repeat;
}
#megjegyzes {
	width: 600px;
	height: 30px;
	font-size: 10px;
	text-align: center;
	color: #999;
}
#megjegyzes a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
}
#megjegyzes a:hover {
	color: #000;
}