body{
	background: #f0f0f0;
	color: #f0f0f0;
	font-family: Arial;
	font-size: 18px;
	margin:0;
	text-align: center;
}

#picture {
	position:absolute;
	height:50%;
	width:50%;
	float:left;
	margin:0;
	top:0;
	left:0;
}

#titlebox {
	background:#f0f0f0;
	position:absolute;
	height:50%;
	width:50%;
	float:left;
	margin:0;
	top:50%;
	left:0;
}

#titlebox:hover {
	background:#ff0000;
}

#title {
	font-family:'Albertus MT W01 Light';
	color:#000;
	width:100%;
	position:relative;
	text-transform: uppercase;
	height:20px;
	top:50%;
	margin-top:-10px;
	font-size:19px;
}

#svenherktbox {
	background: #000;
	position:absolute;
	height:100%;
	width:50%;
	float:left;
	margin:0;
	top:0;
	left:50%;
}


#svenherkt {
	font-family:'Zurich W01 Extended';
	color:#fafafa;
	width:100%;
	position:relative;
	text-transform: uppercase;
	height:20px;
	top:50%;
	margin-top:-10px;
	pointer-events: none;
}

a {
	text-decoration: none;
	color:#fafafa;
}
