@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: #606e61 url(images/tausta.jpg) repeat left 20px;
}

img {
	border: none;
}

div#logo {
 	background-color: #606e61;
	padding: 10px 0 0 10px;
	width: 350px;
}

div#image {
	background: url(images/mikki.png) no-repeat scroll right top;
	height: 176px;
	position: absolute;
	right: 0;
	top: 0;
	width: 113px;
	z-index: -1;
}

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;
}