    html{
        width:100%;
        margin:0;
        padding:0;
    }
   body{
        width:100%;
        overflow:hidden;
        margin:0;
        padding:0;
        background-color:none;
        background-image:url(./img/headflower.png);
        background-position:top right;
        background-repeat: no-repeat;
    }
    
    .hidden{display:none;}
    
    hr{margin:0;}
    
    #header{
        width:100%;
        
        margin:0;
        padding:0;

        background-color:none;
    }

    #header h1{
    padding:0.5em;
    border-bottom:3px dotted silver;
    /*padding-left:1em;*/

    width:100%;
    margin:0;
    
    font-family: 'Comic Sans MS';    
    color:#000000;
    }
    
    /*
    #header h1:hover{background-color:#ffffdd;}
    */
    
    div#test {
        margin:0;
        padding:0;
        line-height:0;
        height:100%;
        width:100%;
        position:absolute;
        /*filter: alpha(opacity=50);*/
        background-color:black;
        background-image:url(./img/stage_roll.png);
        background-position:bottom center;
        background-repeat: repeat-x;
        overflow:hidden;
    }
    
    button {
        margin:0.5em 1em;
    }
    
    div#photobox{
        position:absolute;
        width:750px;
        height:515px;
        top:30%;
        left:50%;
        margin-left:-375px;
    }
    
    
    
    div.bugphoto{
        position:relative;
        width:60px;
        height:46px;
        border:solid 1px silver;
        background-color:white;
        float:left;
        margin:11px 6px;
    }
    .bugphoto img{
        position:absolute;
        display:block;
        /*margin:auto;*/
        /*
        width:64px;
        height:48px;
        */
        /*photo width  height*/
        clip:rect(3px,60px,45px,4px);
        border:solid 1px white;
        top:50%;
        left:50%;
        margin-top:-24px;
        margin-left:-32px;
    }
    
    #copyright{
        color:silver;
        text-align:center;
        width:100%;
        padding-right:1em;
        position:absolute;
        bottom:0px;
    }

