div#wrapper {
 height;191px; /* height of the background image? */
 background:url(Images/background.png) repeat-x;
    background-size: 128px 96px;
 text-align:center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    
}

div#wrapper div#header1 {
 width:100%;
 height: 96px;
}

    
div#header1 {
    
 width: 300px; /* the width of the logo image */
 height: 96px; /* the height of the logo image */
    

}
    
div#header2 {
 
    height: 25px;
    background-color: #fff;
    margin-left: 80%;
    margin-top: -40px;
    

}
    
div#header3 {
   margin-top: -10px;
    margin-left: -45%;
}
    
    
div#body1 {
font-family: Georgia, serif;
    margin-top: 25px;
    background-color: #fff;
}
    
    div#body2 {
     font-family: Georgia, serif;
        color: #000;
        font-size: 35px;
        text-align:center;
        margin-left: 10%;
        margin-right: 10%;
        max-height: 999999px;
    }

h1 {
    font-size: 100%; /* 40px/16=2.5em */
}

p {
    font-size: 50%; /* 14px/16=0.875em */
}
    
    div#footerwrapper div#footer1 {
     font-family: Georgia, serif;
        background:url(Images/footer.png) repeat-x;
         width:100%;
       height: 50px;
        text-align:center;
    }
    
    div#footer1 {
        vertical-align: middle;
    }