body {
	margin: 0;
	padding: 0 20px;
	text-align: center;
}

#stage {
	position: relative;
	width: 950px;
	height: 670px;
	margin: 20px auto;
	background-repeat: no-repeat;
}

img { border: none; }


.slot {
	position: absolute;
	top: 128px;
	visibility: hidden;
}

#bild1 {
	left: 90px;
}
#bild2 {
	left: 355px;
}
#bild3 {
	left: 620px;
}

.titel {
	position: absolute;
	top: 491px;
}

#player {
	position: absolute;
	top: 520px;
	left: 812px;
}
#menue {
	position: absolute;
	top: 642px;
	left: 801px;
}
#buy {
	position: absolute;
	top: 560px;
	left: 831px;
}
#stores {
	position: absolute;
	top: 560px;
	left: 777px;
	text-align:right;
	visibility: hidden;
}

#link_credits {
	position: absolute;
	left: 90px;
	top: 629px;
	text-align:left;
}

#link_credits2 {
	position: absolute;
	left: 90px;
	top: 599px;
	text-align:left;
}


