Your img element should have a display of block.
Your #image should have a max-width of 100%.
Your #image should have a height of auto.
Your #image should be centered within its parent.
Whoa we’re up to the same step, I’m also doing a tribute page!
I think you should change your selector to #image. Make sure that you put your image in a div that has the id of #img-div. Hope this is correct.