I worked out today that part of the problem was me applying margin: 30px; to the <body>.
I have also used the overflow as a solution to the problem (to stop the navigation splitting up from the container).
Here are the files:
Old Version:
HTML /
CSS
Updated Versions:
HTML /
CSS
I don't know what other way I can fix the problem atm