try to make your #content_container less wide..
If that helps, create a conditional in your index.
html (in your <head> </head>) like this:
- Code: Select all
<!--[if IE]>
<style type="text/css">
#content_container {
width:770px;
}
</style>
<![endif]-->