How to remove the space between the header and the navigation bar

I have got a problem in removing the space between the header and nav menu for chrome windows. I made an error while editing the script html on my web. Since I didn’t find any solutions on the similar problems, can you help me out in solving this html code problems?

Thanks.!
ask

There’s a margin-top: 15px property in the #main div element that you can remove.

Cheers,
Jason