html{height:100%;}

body {
  background-image: url(tausta.JPG);
  background-repeat: repeat;
  color: black;	
  font-family: Verdana, Arial, "Trebuchet MS", sans-serif;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1%;
  margin-bottom: 1%;
  height: 100%;
	overflow: auto;
} 

.otsikko {
  background-image: url(ylapalkki.JPG);
}

.taustat {
  background-color: white;
  height:100%;
}

.sisalto {
  background-color: white;
  float: right;
  width: 70%;
	min-height:100%;
	height: 100%;
	overflow: auto;
}

.alapalkki {
  clear: both;
  background-color: white;
}

.kuva {
  text-align: center;
}

.kuvat {
  float: right;
}

h1 { 
  font-family: "Freestyle Script", "Bookman Old Style";
	font-size: 300%;
  margin-left: 5em;
  margin-right: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.navigointi {
  background-color: white;
	color: black;
	float: left;
	width: 30%;
  margin: 0;
  padding: 0;
  clear: both;
	bottom: 0;
	height: 100%;
	overflow: auto;
}

.navigointi a:link {
  text-decoration: none;
}
