* {
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
body {
	background: #FFF;
	width: auto;
	height: 100%;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 15px;
	color: #000000;
	text-align:center;
}
a, a:visited {
	color: #3a9bc7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.title {
	font-weight: bold;
	font-size: 24px;
}

.titlecontainer {
	position:relative;
	top:-80px;
	left:240px;
	height:26px;
	width:700px;
	z-index: 101;
	padding: 0px 0px;
	color: #ffffff;
	font-size: 54px;
	font-weight: bold;
	text-shadow: 4px 4px #4eacd7;
	/*text-outline: 2px 2px #0042ff;*/
}

.container  {
	min-width:900px;
	padding-top:200px;
	position:absolute;
	width:100%;
	top:100px; /*!!!felhős csík teteje*/
}
.mainContent {
	padding: 0px 200px;
}
.sun {
	position:relative;
	top:10px;
	left:10px;
	height:120px;
	width:120px;
	z-index: 99;
	padding: 0px 0px;
}
.star1 {
	position:relative;
	top:-80px;
	left:200px;
	height:26px;
	width:28px;
	z-index: 99;
	padding: 0px 0px;
}
.star2 {
	position:relative;
	top:-65px;
	left:350px;
	height:26px;
	width:28px;
	z-index: 99;
	padding: 0px 0px;
}
.wrapper {
	text-align:left;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper2 {
	text-align:left;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
}