  body {
    background-color:#f2f2ea;
    margin:0;
    padding:0;
    color:#666;
    font-family: Palatino;
    font-size:11pt;
  }
  
  .iebox{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:150px;
    width:100%;
    text-align:center;
  }
  
  .page{
    //box-shadow: inset 0 0 0 40px #999;
    padding:0;
    margin:0;
    height:100%;
    min-width:960px;
    background-color:#f2f2ea;
    float:left;
    text-align:center;
  } 
  #logo{
    position:fixed;
    top:35px;
    right:20px;
    z-index:10;
  }
  
  
  #menu{
    position:fixed;
    top:35px;
    left:25px;
    z-index:10;
    color:#bbb;
    font-family:verdana;
    font-size:9pt;
  }
  #menu p{
    text-align:left;
    margin:5px;
    padding:0;
  }
  #back-link a{
    color:#777;
    text-decoration:none;
  }
  #menu a:hover{
    color:#444;
  }
  #back-link{
    position:fixed;
    top:35px;
    right:230px;
  }

  
  .audiojs{
    background: #888;
    width:100%;
    height: 27px;
    position:fixed;
    z-index:5;
    background-image:none;
    box-shadow:none;
  }
  
  .audiojs .loaded{
    background-image:none;
  }
  
  .audiojs .play-pause{
    padding:0;
  }
  
  .audiojs .scrubber{
    margin:5px
  }
  
  .audiojs .time {
    line-height:25px;
    text-shadow:none;
  }
  
  .audiojs .title{
    margin-left:20px;
    font-style:italic;
  }
  
  .center{
    display:inline-block;
    width:100%;
  }
  
  .image{
  }
  
  
  /* page specific */
  
  /* 1 */
  #page1 .image img{
    width:53%;
    margin-top:70px;
  }

  /* 2 */
  #page2 .image img{
    width:60%;
    margin-top:50px;
  }
  
  /* 3 */
  #page3 .image img{
    width:70%;
    margin-top:70px;
  }
  
  /* 4 */
  #page4 .image img{
    width:70%;
    margin-top:70px;
  }
  
  /* 5 */
  #page5 .image img{
    width:70%;
    margin-top:70px;
  }
  
  /* 6 */
  #page6 .image img{
    width:70%;
    margin-top:70px;
  }
  
  /* 7 */
  #page7 .image img{
    width:70%;
    margin-top:70px;
  }

  /* 8 */
  #page8 .image img{
    width:70%;
    margin-top:70px;
  }

  /* 9 */
  #page9 .image img{
    width:70%;
    margin-top:70px;
  }

  /* 10*/
  #page10 .image img{
    width:53%;
    margin-top:70px;
  }

  
