@charset "UTF-8";


.menu {
	position:relative;
	top: -660;
	left: -293;
	width: 100;
	height: 200;
	visibility: visible;
	z-index:30;
}
.bakgrund {
	position:relative;
	background-color:#000;
	width: 800;
	height: 500;
	z-index:10;
}

.content {
	position: relative;
	top: -440px;
	left: 210px;
	width: 350px;
	z-index:30;
	overflow: visible;
	height: 250;
	visibility: visible;
	z-index: 20;
}