write this in ur header file between ur headers…
<!–[if IE]><style type=”text/css”>@import “style/ie_fixes.css”;</style><![endif]–>
then create a new folder and a file called ie_fixes.css so the link works….
then write the css to move the header ipx to the left which should be something like this:
#header{
margin-left: 1px;
}