html {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	z-index: 2;
	width: auto;
	height: 100%;
	min-height: 100%;
	background: white;
	background-color: #fff;
	background-attachment: fixed;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000;
	font-size: 16px;
}

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a:active {
	color: black;
	text-decoration: underline;
}

#mainframe {
	width:961px;
	height: 786px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 10px;
	left: 0px;
	background: url("sivutausta.png");
	overflow: hidden;
}

#ylakuva{
	position: relative;
	text-align: left;
	top: 200px;
	left: 175px;
}
#sisa {
	position: relative;
	top: 210px;
	left:157px;
	width:640px;
	height:430px;
	text-justify: newspaper;
	text-align: justify;
	overflow-y: auto;
	background: #fff;
	text-align: left;
}
#sisa2 {
	position: relative;
	top: 210px;
	left:157px;
	width:640px;
	height:430px;
	text-justify: newspaper;
	text-align: justify;
	overflow-y: auto;
	background: #fff;
	text-align: left;
}
#keikat_kokonainen {
	width:640px;
	height:430px;
	top: 210px;
	left:157px;
	float: left;
}
#keikat_vasen {
	position: relative;
	top: 210px;
	left:157px;
	width:240px;
	height:430px;
	text-justify: newspaper;
	text-align: justify;
	overflow-y: none;
	background: #fff;
	text-align: left;
	float: left;
}
#keikat_oikea {
	position: relative;
	top: 210px;
	left:171px;
	width:386px;
	height:430px;
	text-justify: newspaper;
	text-align: justify;
	overflow-y: auto;
	background: #fff;
	text-align: left;
	float: left;
}

