/*Päivitetty 14.8.2019*/
@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #f4f1e8;
	width: auto;
	max-width:1488px;
	margin-right: auto;
	
	margin-left: auto;
	
}
#wrapper {
	text-align: left;
	margin: 0px;
	margin-top: -15px;
	padding: 0px;
	background-color: #fafbfc;
}

#wrapper #otsikko {
	background-image: url(iso_sumuinen_lappi11.jpg);
	height: 992px;
	text-align: center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#wrapper #otsikko p {
	font-size: 1em;
	color: #fff !important;
	position: relative;
	top: 550px;

}
#wrapper #otsikko #info ul{
	font-size: 0.8em;
	color: #fff !important;
}


p {
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}


 a:link {
  color: yellow;
   text-decoration: none;
}

a:visited {
  color: aqua;
   text-decoration: none;
}

a:hover {
  color: beige;
   text-decoration: none;
}

a:active {
  color: coral;
   text-decoration: none;
} 