#centeredcontent {
	width: 900px;
	height: 600px;
	text-align: center;
	background-color: transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px; 
	margin-top: -300px; 
}
#flashcontent {
	width: 900px;
	height: 650px;
	text-align: center;
	background-color: #9b937f;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px; 
	margin-top: -320px; 
}
#bakBild {
	width: 900px;
	height: 650px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../bilder/gsnittBak.jpg);
	background-repeat: no-repeat;
}
#video {
	width: 350px;
	height: 200px;
	position: absolute;
	left: 283px;
	top: 200px;
}
#navigering {
	width: 401px;
	height: 32px;
	position: absolute;
	left: 54px;
	top: 161px;
	text-align: left;
}
#copyright {
	width: 144px;
	height: 18px;
	position: absolute;
	left: 381px;
	top: 487px;
	text-align: left;
}

