﻿body {
	background-image:  url(../img/ground.jpg);
}
a:link {
	color: #000023;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000023;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
#kunst {
	position: absolute;
	top: 351px;
	left: 52%;
	margin: -351px;
	border: 0px;
	padding: 0px;
	z-index: 1;
}
#artist {
	position: absolute;
	top: 713px;
	width: 100%;
	height: 250px;
	left: 0px;
	margin: 0px;
	border: 0px;
	padding: 50px;
	background-color: #FFFFFF;
	color: #000023;
	font-family: sans-serif;
	text-align: center;
}
#visual {
	position: absolute;
	top: 795px;
	width: 100%;
	height: 150px;
	left: 0px;
	margin: 0px;
	border: 0px;
	padding: 50px;
	background-color: #FFFFFF;
	color: #000023;
	font-family: sans-serif;
}

