
@font-face {
	font-family: Leipis;
	src: url(Merriweather/Merriweather-Regular.ttf);
}
@font-face {
	font-family: Leipis;
	src: url(Merriweather/Merriweather-Bold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: Leipis;
	src: url(Merriweather/Merriweather-italic.ttf)
	font-style: italic;
}



body {
	font-family: Leipis,serif;
	background-color:#bbb;
	background-image: url(taustakuva.jpg);
	background-size: cover;
	background-attachment:fixed;
	

}

.sisalto {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 30px;
}

img {
	max-width: 100%;

}

.oikealla {
	float: right;
	margin-left: 20px
}