#MAIN div#Header {
    position: relative;
    height: 200px;
    width: 1100px;
}

#MAIN * {
    margin-left: auto; 
    margin-right: auto; 
}

#MAIN div#Header img {
    position: absolute;
    overflow: hidden;
    border: 0px none; 
}

#MAIN div#Header img#Logo {
    top: 0px;
    height: 200px;
    width: 146px;
    margin-left: 6px;  
    left: 20px;
}

#MAIN div#Header img#Center {
    width: 250px;
    height: 200px;
    left: 50%;
    margin-left: -125px;
    margin-top: 14px;
}

#MAIN div#Header img#Right {
    width: 211px;
    height: 180px;
    left: 100%;
    margin-left: -221px;
    top: 10px;
}


#MAIN div#Header img#DonateImage {
    width: 235px;
    height: 56px;
    right: 0px;
    top: 7px;
    background-image: url(/images/header/donate.jpg);
}  

#MAIN div#Header img#DonateImage:hover {
    background-position: 0px -56px;
}

#MAIN div#Header img#FosterImage {
    width: 235px;
    height: 56px;
    right: 0px;
    top: 63px;
    background-image: url(/images/header/foster.jpg);
}      

#MAIN div#Header img#FosterImage:hover {
    background-position: 0px -56px;
}

#MAIN div#Header img#VolunteerImage {
    width: 235px;
    height: 56px;
    right: 0px;
    top: 119px;
    background-image: url(/images/header/volunteer.jpg);
}      

#MAIN div#Header img#VolunteerImage:hover {
    background-position: 0px -56px;
}

#MAIN div#Header img#donation {
   position: absolute; 
   width: 119px; 
   height: 24px;    
   top: 84px;
   left: 50%;
   margin-left: 48px;     
   background: url(/images/header/donation.jpg) no-repeat;  
}

#MAIN div#Header img#donation:hover {
    background-position: 0px -24px;
}