
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #33FF00;
	margin: 0;
}

#logo {
	height: 411px;
	width: 512px;
	position: absolute;
	left:50%;
	margin-left: -256px;
	top: 50px;
	z-index: 100;
}

#forbarn {
	width: 526px;
	height: 116px;
	position: absolute;
	left: 50%;
	top: 450px;
	margin-left: -258px;
}

#info {
	width: 205px;
	height: 205px;
	position: absolute;
	bottom: 180px;
	left: 10%;
}

#presenterer {
	width: 316px;
	height: 146px;
	position: absolute;
	top: 60px;
	left: 70px;
}

#sol {
	width: 140px;
	height: 140px;
	position: absolute;
	top: 70px;
	right: 100px;
}

a {
	border:none;
	color: 33ff00;
}

#logoer {
	height: 100px;
	width: 700px;
	position: absolute;
	left:50%;
	margin-left: -280px;
	top: 600px;
	z-index: -100;
}
