body {
	background-color: #f5eede;
	margin: 0px;

}

#container{
	background-color: #f5eede;
	background-image: url('images/tausta2.jpg');
	background-repeat: no-repeat;
	background-position: top center;

}

.container{
	background-color: #f5eede;
	background-image: url('images/tausta2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#logo{
	width: 100%;
	height: 78px;
	background-image: url('images/tausta.jpg');
}

.otsikko {
	color: #000000;
	font-family: Arial;
	padding-top: 25px;
	padding-right: 10px;
	font-size: 12;
}

a {
	color: #5b5b5e;
	font-family: Arial, Verdana;
	font-size: 12;
	text-decoration: none;
}

a:hover {
	color: #00529b;
	text-decoration : underline;
}

div#sflink {
	padding: 5px;
	text-align: right;
}

div.sf {
	background-image: url(images/logo_small_grey.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 20px;
	display: table-cell;
}

div.sf:hover {
	background-image: url(images/logo_small_color.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 20px;
	display: table-cell;
	outline: none;
}