html, body, h1, h2, ul, li {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #fff;
	font: 69% Arial, Helvetica, sans-serif;
	color: #626466;
}

/* layout */

div#wrap {
	width: 980px;
	margin: 0 auto;
	background: url(bg_wrap.gif) repeat-y;
	min-height: 100%;
}

div#header {
	height: 89px;
	padding: 46px 48px 0 48px;
}

div#links {
	height: 405px;
}

div#footer {
	clear: left;
	padding-top: 41px;
	padding-left: 47px;
}

/* otsikot */

h1 {
	float: left;
	width: 148px;
	height: 39px;
	background: url(bg_h1.gif) no-repeat;
	text-indent: -9999px;
}

h2 {
	float: right;
	color: #878787;
	height: 39px;
	width: 242px;
	text-indent: -9999px;
	background: url(bg_h2.gif) bottom right no-repeat;
}

/* tekstit */

div#footer address {
	font-style: normal;
}

/* linkit */

div#links ul {
	float: left;
	list-style: none;
	margin-left: 25px;
	display: inline;
}

div#links ul li {
	float: left;
	height: 392px;
	width: 205px;
	margin-left: 22px;
	display: inline;
}

div#links ul li a {
	display: block;
	height: 392px;
	text-indent: -9999px;
	overflow: hidden; 
}

div#links ul li#omakuva {
	background: #EBEBEB url(bg_omakuva.gif) no-repeat;
}

div#links ul li#julkiset {
	background: #EBEBEB url(bg_julkiset.gif) no-repeat;
}

div#links ul li#vilho {
	background: #EBEBEB url(bg_vilho.gif) no-repeat;
}

div#links ul li#prosentti {
	background: #EBEBEB url(bg_prosentti.gif) no-repeat;
}

div#links ul li a:hover {
	border-bottom: 13px #FA9C29 solid;
}

h1 a {
	display: block;
	width: 148px;
	height: 39px;
	overflow: hidden;
}

a {
	color: #626466;
}	
