You still have a 10px margin at this spot.
#header{margin-right: 10px; margin-left: 10px; font-size: xx-large;}
So
#header{font-size: xx-large;}
That should solve your problem.