What CSS do I need to extend my image across the screen?

Permalink
Hi my website is Alympian.com. On a large screen the image does not stay at 100% width, so there is a white space on each left and right side of the image. I have tried several options, but how can I make this image stretch so it stays at 100% width?

mydoboa
 
hutman replied on at Permalink Reply
hutman
Your image is only 1600px wide, if the image was bigger than the screen it would span all the way. Otherwise in your main.css in the theme you could add width: 100%; to line 153.