The whole separating markup from presentation doesn't quite work for any non trivial web-app type of webpage.
Because the presentation affects markup. You'll have to add wrapping divs to accomplish any kind of complex layout for example.
Once you can't separate it in your mental space, it doesn't matter that its in two different files.