First, you had an incomplete DTD. Change this part in your markups:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
to:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
Secondly, you are calling an image in the images folder, which is not in your file...and I"m uncertain about how your folder (in reality) is layed out.
See attachments.
Up the rest of your images (wildlife_01.jpg to wildlife_09.jpg)..and more.
P.S., you had a quite a number of deprecated attributes 
Hope that helps.
Bookmarks