You will need to edit your footer.php file (or the file where you inserted this image). The html for your image needs to be moved down to the line above this <div id=”cboxOverlay” style=”display: none;”></div>
The current width is limited by the <div> tag that the image is inside of and by moving it outside of the tag (after the </div> tag) it removes this limit.
You can then delete your width modification or change it to 100% so that it fills the screen as you desire.