body {
  margin: 0;
  padding: 0;
  height:100%;
  background: #000000;
  background-image: url(kuvat/tausta.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  overflow: scroll;
}

#header {
   height:200px;
   background:url(kuvat/logo3.png);
   width:800px;
   margin-left: auto;
   margin-right: auto;
   background-position: center;
   background-repeat: no-repeat;
   background-color: #0a1e3c;
}

.nav ul {
  list-style: none;
  background-color: #0a1e3c;
  text-align: center;
  width: 800px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.nav li {
  font-family: 'Ari', sans-serif;
    width: 150px;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    font-size: 1.0em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.nav a {
  text-decoration: none;
  color: rgb(255,204,0) ;
  display: block;
  transition: .3s background-color;
}

.nav a:hover {
  background-color: #142864;
}

.nav a.active {
  background-color: #142864;
  color: #444;
  cursor: default;
}

#section {
         width:760px;
         height:auto;
         min-height:100%;
         margin-left: auto;
         margin-right: auto;
         float:center;
         padding:20px;
         padding-top:10px;
         padding-bottom: 50px;
         background-color: #0a1e3c;
         font-family: 'Ari', sans-serif;
         font-size: 1.0em;
         color: rgb(255,204,0);
         text-align: justify;




}

#footer {
width:800px;
height:40px;
position:fixed;
bottom:0;
left:50%;
margin-left:-400px;
font-family: 'Ari', sans-serif;
font-size: 1.0em;
color: rgb(255,204,0);
text-align:center;
background:#0a1e3c;
}

  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: 0px;
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */


/*other styles*/
.title{font-size:20px;font-weight:bold;color:#633317;text-align:center;margin-bottom:15px;}
.by{clear:both;display:block;font-size:12px;text-align:right;color:#633317;padding-top:5px;}
.example2{font-size:16px; color:red; font-weight:bold;}
/*reset CSS*/
*{font-family:arial;}
ul,li{list-style:none;margin:0;padding:0;}

}