#main {
	position: absolute;
	top: 40%;
	margin-top: -210px;
	/* half of #content height*/
	left: 0;
	width: 100%;
}
#content {
	width: 624px;
	margin-left: auto;
	margin-right: auto;
	height: 420px;
	/* border: 1px solid #000000; */
}
#icon {
	background-image: url(images/icon_transp_shadow.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 138px;
	text-align: center;
	float: right;
	margin-right: 300px;
	margin-top: 150px;
}
#text-hamarosan {
	background-image: url(images/text-hamarosan.png);
	background-repeat: no-repeat;
	position: relative;
	width: 199px;
	height: 31px;
	z-index: 1;
	top: 300px;
	left: 306px;
}
#logo {
	background-image: url(images/logo_transp.png);
	background-repeat: no-repeat;
	width: 377px;
	height: 90px;
	margin-top: 300px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#text-szoftverkeszites {
	background-image: url(images/text-szoftverkeszites.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 321px;
	height: 80px;
	z-index: 1;
	top: 10px;
	left: 50px;
	display: none;
}
#text-webfejlesztes {
	background-image: url(images/text-webfejlesztes.png);
	background-repeat: no-repeat;
	height: 80px;
	z-index: 1;
	margin: 0 auto -321px;
	margin-top: 60px;
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	/* half of #content height*/
	left: 0;
	width: 100%;
}

.contact{
	margin:auto;
	text-align:center;
	font-family: 'Times New Roman';
	font-size: 12px;
	margin-top: 20px;
}

.contact a{
	color: #009BF1;
}