@charset "utf-8";
/* CSS Document */

.clear {
	clear:both;
}

body {
	background:#b7c4d8;
}

* {
	margin:0;
	padding:0;
}

.wrap {
	background:#b7c4d8 url(gfx/main.jpg) no-repeat;
	width:1100px;
	height:990px;
	overflow:hidden;
	margin:0 auto;
}

a.skratti {
	display:block;
	position:relative;
	margin:303px 0 0 156px;
	width:124px;
	height:58px;
	text-decoration:none;
}

a.skratti:hover {
	background:url(gfx/skrattiHover.png);
	text-decoration:none;
}

a.blogi {
	display:block;
	position:relative;
	margin:-58px 0 0 295px;
	width:50px;
	height:58px;
	text-decoration:none;
}

a.blogi:hover {
	background:url(gfx/blogiHover.png);
	text-decoration:none;
}

a.karin {
	display:block;
	position:relative;
	margin:-58px 0 0 785px;
	width:50px;
	height:58px;
	text-decoration:none;
}

a.karin:hover {
	background:url(gfx/karinHover.png);
	text-decoration:none;
}
