body {
	padding: 0;
	margin: 0;
	background-color: #ccc;
	overflow: hidden;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #ccc;
}
a:active {
	color: #fff;
}
#img.source-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width:960;
	height:740;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
#back {
	position: absolute;
	left: 0;
	top: 146px;
	z-index: 0;
}
#verder {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
#menu {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
#adres {
	padding: 0 0 25px 71px;
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
#tekst {
	position: absolute;
	left: 250px;
	bottom: 0;
	width: 400px;
	height: 350px;
	z-index: 0;
}