	<style> 

      #tyhja {
	    }
		
      #container-yla {
	    background: #F6F6F6;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		left: 0px;
		top:  0px;
		height: 1px;
		width: 1000px;
		}
	  #container-alkukuva {
	    background: #FEFEFE;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		}
	  #alkukuva {
	  	background-image: url('kukkivapuu.jpg');
		background-repeat: no-repeat;
		position: relative;
		height: 255px;
		width: 800px;
		left: 100px;
		border: 1px solid #E0E0E0;
		}
	  #container-ala {
	    background: #F6F6F6;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		height: 1px;
		width: 1000px;
		}

	  #container-navigaatio {
	    background: #FEFEFE;
		position: relative;
		top: +2px;
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		}
	  #navigaatio {
	    background-color: #F6F6F6;
		position: relative;
		width: 800px;
		margin-left: 100px;
		border: 1px solid #E0E0E0;
		}

	  #container-tekstiosa {
	    background: #FEFEFE;
		position: relative;
		top: +4px;
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		}
	  #tekstiosa {
	    background-color: #FFFFFF;
		position: relative;
		width: 800px;
		left: 100px;
		border: 1px solid #E0E0E0;
		}

	  #container-loppuosa {
	    background: #FEFEFE;
		position: relative;
		top: +6px;
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
		}
	  #loppuosa {
	    background-color: #F6F6F6;
		position: relative;
		width: 800px;
		left: 100px;
		border: 1px solid #E0E0E0;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 10px;
		}

	    body {
	      background-color: #FFFFFF;
          font-family: verdana;
		  font-size: 13px;
		  color: #505050;
		  }
	
		nav {
		  padding-top: 3px;
		  width: 100%;
		  text-align: center;
		  margin-left: auto;
		  margin-right: auto;
		  padding-left: 10px;
		  padding-right: 10px;
		  padding-bottom: 3px;
		  }
		  
		nav a {
		  font-size: 13px;
		  color: #505050;
		  text-decoration: none;
		  padding: 5px;
		  }
		  
        nav a:hover {
		  color: #00B040;
          text-decoration: none;
          }
		  
		h1 {color: #00B040; text-align: center;}
		h2 {color: #00B040; margin-left: 30px;}
		h3 {color: #00B040; margin-left: 30px;}
		h4 {color: #00B040; margin-left: 30px;}
		h5 {color: #00B040; margin-left: 30px;}
		h6 {color: #00B040; margin-left: 30px;}
		
		p {margin-left: 30px; padding-right: 30 px;}
		
    </style>
 


