Not sure what you have going on???
In IE - I see one smaller centered image with the large behind it
In FF - I only see the small centered image but there is another image - header_bg.jpg - that is not readily visible as a background image that states "Impact Radio Accessories.
Code:
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height: 100px;
}
You have the main wrapper set to 1050px and for a 1024 wide display this will always represent a scroll bar.
Try setting this to about 990 to 1000px and adjust your image to match this width