* {
    margin:0;
    padding:0;
    border:0;
} 

html {
    height:100%;
} 

.main_color {color:#003300; background:white; background-color:#fefefa;}

/* zoom image on top page */
#entry_page a {
      display:block;
      margin:50px auto 5px auto; /* thumbnail offset from the top */
      border:0;/*1px solid #000 */
      text-indent:-1000em; /* hide the link text */
      overflow:hidden;
      width:90px; /* show only thumbnail of size 90x90px*/
      height:90px;
      /* center - centers horizontally, -75px - moves img up 75px */
      background:url(../img/top/Symphony_No7.jpg) no-repeat center -90px;
      cursor:pointer;
      }
#entry_page a:hover {
      /* clr margin for the image to move 50px (the old margin) up */
      margin:0px auto; 
      /* adjust to match the full size of the image */
      width:800px; 
      height:659px;
      /* move the image so only the big one shows */
      background-position:center 0px;
      text-indent:-1000em; /* hide the link text */
      }
#entry_page p {
      text-align:center;
      font-weight:lighter;
      font-family:georgia, serif, times;
      /*font-size:77%; /* 10px */
      font-style:italic;
      }
