body {
position:relative;
font-family:Arial;
font-size:medium;
width:100%;
height:100%;
background-image:url(./birdbackground.jpg);
}

.photo {
position:    absolute;
    left:        50%;        /* Start with top left in the center */
    top:         50%;
    width:       1022px;      /* The fixed width... */
    height:      705px;      /* ...and height */
    margin-left: -511px;     /* Shift over half the width */
    margin-top:  20px; 


}

.contact {
position: absolute;
font-size: medium;
left: 38%;
top: 732px;

}