*
{margin:0 auto;
padding:0;
text-decoration:none;
list-style-type:none;

}

body{background-color:#708090;
overflow:auto;}

h1{font-family:arial;font-weight:normal;color:#5E2612;
position:absolute;
left:5%;
top:2%;
font-size:40px;}

.secondline{size:20px;
position:relative;
top:60px;
font-family:arial;color:#5E2612;
left:6%}


}

gallery{
          margin:0; padding:0;
          overflow:hidden; /* Clears the floats */
          width:100%; /* IE and older Opera fix for clearing, they need a dimension */
          list-style:none;
        }
          .gallery li{
            float:left;
            display:inline; /* For IE so it doesn't double the 1% left margin */
            width:5.8%;
            margin:0 0 10px 1%; padding:10px 0;
            height:83px; /* Height of img (75) + 2 times 3px padding + 2 times 1px border = 83px */
            position:relative; /* This is the key */
            background:url(http://www.geocities.com/paula_blum/45degree.png);

            
          }
            .gallery a,
            .gallery img{
              display:block;
              width:100%;
              
            }


            a img{ border:none; } /* A small fix */

            .gallery a:link,
            .gallery a:visited,
            .gallery a:focus,
            .gallery a:hover,
            .gallery a:active{
              padding:3px;
              background:#eeefef;
              width:75px; height:85px;
              border:1px solid #eeefef; /* We blend the border with the bg, as if it isn't there */
              position:absolute; top:50%; left:60%; /* position it so that image's top left corner is in the center of the list item */
              margin:-41px 0 0 -41px; /* Pull the image into position with negative margins (margins value is half of the width of the image) */
            }
            .gallery a:hover{
              border-color:#dfdfdf;
            }

            /* These are all optional, for decoration purpouses only */
            .gallery{
              padding-bottom:10px;
              margin-top:100px;
            }