body{
  margin:5px;
  /* background:rgb(231,237,249); */
  background-image:url('../kuvat/tausta.jpg');
}
.kuvakartta{
  border:0px solid white;
  vertical-align:bottom;
}
.paataulu{
  width:800px;
  height:100%;
}
.banneri{
  height:20%;
}
.linkit{
  height:5%;
  text-align:center;
}
.otsikko{
  font-size:18px;
}                            

.ydin{
  background:rgb(188,201,236);
  width:773px; /* Koon tulee olla yhteensä 800. määräytyy vasemman ja oikean reunan mukaan */
  
  text-align:center;
  vertical-align:top;
  color:rgb(20,22,42);
  font-weight:bold;
  font-size:16px !important;
}
.alabanneri{
  background:rgb(20,22,47);
  text-align:center;
  color:white;
  font-weight:bold;
  height:5%;
  padding:3px;
}
.vasenreuna{
  width:7px;
}
.oikeareuna{
  width:20px;
}

.linkkirivi{
  background:;
  height:5%;
}

a{
  color:rgb(131,124,34);
  text-decoration:none;
}

