html {
	height: 100.1%;
}

body {
	margin: 0;
}

div {
	font-family: Arial;
	font: Arial;
	font-size: 14px;
}

li {
	font-family: Arial;
	font: Arial;
	font-size: 14px;
}

p {
	font-family: Arial;
	font: Arial;
	font-size: 13px;
	text-align: left;
}

div.otsikko {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 99%;
	background: #c7a0ff;
	text-align: center;
	z-index: 2;
}

div.menu {
	font-family: Trebuchet MS;
	font: Trebuchet MS;
	width: 170px;
	height: 215px;
	border-top: 76px #c7a0ff solid;
	background-image: url(menubg.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	position: fixed;
	top: 100px;
	left: 0px;	
	text-decoration: none;
	z-index: 2;
}

iframe {
	position: absolute;
	left: 210px;
	top: 140px;
	width: 770px;
	height: 2000px;
	z-index: 1;
	background-image: url(taustalogo.gif);
	background-repeat: repeat-y;
}

div.alareuna {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background-image: url(alareunabg.png);
	background-repeat: repeat-x;
	z-index: 2;
}

img.alakuva {
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -75px;
	z-index: 2;
}

div.keskusta {
	text-align: center;
}

a {
	color: #bb0022;
	text-decoration: none;
}

iframe,div {
	background-color: transparent;
}
