/***  - CSS by Polgar Peter (Force) ***/

/* alapertelmezett nullazasok BEGIN */
* {
	margin: 0px;
	padding: 0px;
}

a img, :link img, :visited img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

body {
	background: #53B3D0 url('../images/body_bg.jpg') repeat-x left top;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div.main {
	background: transparent url('../images/under_construstion_bg.png') no-repeat left top;
	height: 469px;
	left: 50%;
	position: absolute;
	margin-left: -400px;
	margin-top: -235px;
	top: 50%;
	width: 799px;
}

	div.main a {
		cursor: pointer;
		display: block;
		height: 28px;
		margin-left: 234px;
		margin-top: 340px;
		position: relative;
		width: 224px;
	}