html, body {
	background-image: url('sulkava_rinne_tausta3.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	font-size:16px;
	font-family:Open Sans;
}
	
#oma_wrapperi {
	margin-top:70px;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	white-space: nowrap;
	overflow: hidden;
	
	border-color: rgb(255,255,255);

	background-color:#231f20;
	
	box-shadow: 5px 5px 15px rgb(56,57,59);
	
	min-height:480px;
	padding:50px;
}

.etusivu_kuva {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text_div {
	margin-top:50px;
	margin-left:10px;
}

#banneri {
	background-image: url('ml_hiihtoban.jpg');
	height:100px;
}


#sisalto {
	background:white;
	padding:15px;
	line-height:2em;
	font-size:1.1em;
	
}

.teksti{
	word-break: normal;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
}

.subtext{
	font-size: 0.9em;
	font-style: italic;
}

.leipateksti {
	margin-left:5px;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
    color: #ff8a00;
}



