body {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Verdana, Arial, 'Times New Roman';
    font-size: 12px;
    color: #666666;
	height: 100%;
}

.content {
	overflow-x: hidden;
	height: 100vh;
	min-height: 550px;
	background: url(/elemek/bg.jpg) center center repeat-x #3b357d;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home .contact,
.home .copyright {
	font-size: 11px; 
	color: white;
}
.home .contact a {
	color: white;
	text-decoration: underline;
}
.home .image {
	width: 724px;
	height: 450px;
	background: url(/home.jpg) center center no-repeat;
	background-size: cover;
	border: 4px solid white;
	position: relative;
}
.home .image a {
	width: 40px;
	height: 30px;
	display: block;
	position: absolute;
	bottom: 28px;
	left: 80px;
	font-size: 0;
	line-height: 0;
}
.home .image a.de {
	left: 140px;
}
.home .image a.en {
	left: 200px;
}