Actually no I can't. Size wise it looks fine to me in both Firefox and IE.
However, there are anumber of validation issues not least of which is the fact that your page does not have a DOCTYPE.
Also, the way you are going about producing it makes your site unusable by anyone using assistive technology. In fact anything other than a standard
GUI browser.
You need to stop using all those position: absolute; as well. If you think about the layout, it shouldn't be necessary on that scale. They will cause problems down the road.