body {
	text-align: center;
	background-color: #FFFFFF;
}


#lehdet01 {
	width: 470px;
	height: 420px;
	z-index: 1;
	overflow: visible;
	position: fixed;
	top:0px;
	left: 0px;
}

#lehdet02 {
	width: 290px;
	height: 230px;
	z-index: 1;
	overflow: visible;
	position: fixed;
	top:0px;
	right: 0px;
}

#lehdet03 {
	width: 440px;
	height: 410px;
	z-index: 1;
	overflow: visible;
	position: fixed;
	bottom:0px;
	right: 0px;
}

#entranssi {
	width: 100%;
	height: auto;
	z-index: 2;
	overflow: visible;
	position: relative;
	top: 200px;
	right: auto;
	text-align: center;
	vertical-align: middle;
	left: auto;
	bottom: auto;
}

#sisalto {
	width: 100%;
	height: auto;
	z-index: 2;
	overflow: visible;
	position: relative;
	top: 10px;
	right: auto;
	text-align: center;
	vertical-align: top;
	left: auto;
	bottom: auto;
	visibility: visible;
}

