html {
   font-family: Tahoma, sans-serif;
   font-size: 10pt;
}

body {
   background-color: white;
   background-image: url("./ohjelmatuotanto/pics/right.png");
   background-repeat: repeat-y;
   color: black;
   min-width: 500px;
}

.logot {
   background-color: white;
   position: absolute;
   left: 0px;
   bottom: 0px;
   top: 0px;
   width: 100%;
   min-width: 1100px;
}

.logot img{
   border: 0px;
   margin-top: 40px;
   margin-left: 25%;
}

.left {
   background-image: url("./ohjelmatuotanto/pics/right.png");
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   width: 30%;
   max-width: 300px;
}

.right {
   background-image: url("./ohjelmatuotanto/pics/left2.png");
   position: absolute;
   top: 0px;
   bottom: 0px; 
   right: 0px;
   width: 30%;
   max-width: 300px;
}

