body{
	margin: 0px;
	font-size: 10px;
	background:#003f71;
	font-family: Verdana, Arial, Helvetica;
	color: #c3f2ed;
}


h1 { 
	font-size: 34px;
	font-family: 'Lobster', arial, serif; 
	color: white;
}

a{
	font-size: 24px;
	font-family: 'Lobster', arial, serif; 
	color: #eaff6f;
	text-decoration: none;
}
a:hover{
	color: #4bffcb;
}

.txt{
	position: absolute;
	left: 30px;
	top: 30px;
	background: #00a9f1;
	border: solid 1px #005d87;
}

.otsikko{
	padding: 0px 20px 0px 20px;
}

.kuva{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin:0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.page{
	margin: 0 auto;
	width:800px;
	height:100%;
	top:0;
	z-index: 10;
}