/* Meghívó felhívó box CSS Document */


#meghivo {
	background-image: url(meghivo/meghivo_2009.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	height: 343px;
	width: 500px;
	w\idth: 500px;
	position: absolute;
	visibility: visible;
	z-index: 100;
	top: 10px;
	left: 10px;
	overflow: hidden;
}
#megh_text {
	position: relative;
	top: 30px;
}
#megh_close {
	position: relative;
	top: 0px;
	left: 230px;
}
#meghivo a {
	color: #000000;
	text-decoration: none;
}
