    html, body {
      font-family: "verdana", sans-serif;
      background-color: #32332d;
      background-image: url("images/textuuri.jpg");
      background-attachment: absolute;
      background-position: center;
      background-repeat: repeat;
      margin:0;
      padding:0;


}      

  
 
  #logo
   {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    background-image: url("images/logo.jpg"); 
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 550px; 
    height: 115px;
    
  }
  
  #kuva
   {
    position: relative;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    width: 700px; 
    height: 394px;
    
  }

#teksti
   {
    position: relative;
    background-image: url("images/varjo.jpg"); 
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
    background-color: white;
    width: 550px; 
    height: 200px;
    text-align: center;
    
  } 
  
 