Just out of interest Crazyfist search and install the Devolopers tool bars - IE has one and Firefox has as plugin. You can see all sorts of information with them
I also have a html checker plugin installed in Firefox and when you View source it tells you things about your page like:
line 1 column 1 - Warning: missing <!DOCTYPE> declaration - very important
line 5 column 1 - Warning: discarding unexpected <head> - Actualy your <title> is outside the head tags.
line 20 column 33 - Warning: discarding unexpected </img> - <img> dose not need a </img> from memory you end the <img> with <img src etc. />.
line 45 column 3 - Error: <list> is not recognized! - You do not need < list > as < ul > is unordered list.
I also see you do not have any <p> tags, anyway I am getting side tracked, there are some "hacks" about to sort the width and heights try searching for the Tantek Celik hack.
Anthony