I have an issue with my web site. I am not sure what I am doing wrong, and have checked all of my settings, but I am not the best at this, so I know it is some small and simple thing to fix.
First I am using CSS in HTML format, and what the issue is, is that when I upload the web page, with all the files, images, styles sheet, everything works it is all linked perfectly, so it is my code that has an issue. When I preview the web page in fire fox for XP, it is almost perfect, but one window is not working properly, and cuts off the sides of the image, even when the pixels are to size. When I preview it on a Mac OS X, the entire page is off. and cuts my image too early, jut ruins the entire thing.
I think it is a problem with my code, but I know for sure there is an issue. here is a test link to the page the problem is at…
http://n8bog.com/test/test.html
“Please note, there are two boxes stretched out on the lower left, that is supposed to be like that”
Any help would be great! thank you!

It looks the same in Firefox and IE7. Leave it. (Different browsers render differently – if it works in FF and IE, you’re ahead of the game.)
To center your page, the width has to be less than 100%.
Might correct HTML errors:
You have a XHTML 1.0 Transitional document type, yet you are using tables which went out in the late 1990s.
Tableless Web Design:
HTML Tutorial:
CSS Tutorials:
Web-Based Tools for Optimizing, Formatting and Checking CSS:
Ron