@charset "utf-8";
#content {
	width: 800px;
	height:800px;
	border-style:double;
	margin-left: auto;
	margin-right:auto;
	background-color:#ccccFF;
	color: #003399;
	font-size: small;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;	
}
.h1 {
	color: #003399;
	font-size: 3pc;
}
.kuva1 {
	position:relative;
	padding:10px;
	background-color: #FFFFFF;
	border-color: #003399;
	border-width: thin;
	border-style:dotted;
	z-index: 1;
	
}
.kuva2 {
	position:relative;
	top: 0px;
	left: 150px;
	background-color: #FFFFFF;
	border-color: #003399;
	border-width: thin;
	border-style:dotted;
	z-index: 1;
	
}
.kuva3 {
	position:relative;
	top: 50px;
	left: -200px;
	background-color: #FFFFFF;
	border-color: #003399;
	border-width: thin;
	border-style:dotted;
	z-index: 2;
	
}
.kuva4 {
	position:relative;
	padding:10px;
	top: 200px;
	left: 100px;
	background-color: #FFFFFF;
	border-color: #003399;
	border-width: thin;
	border-style:dotted;
	z-index: 3;
	
}
.kuva5 {
	position:relative;
	padding:10px;
	top: 200px;
	left: 20px;
	background-color: #FFFFFF;
	border-color: #003399;
	border-width: thin;
	border-style:dotted;
	z-index:2;
	
}

