For some reason the internal webserver that ships with VS2005 seems to think that, as long as you are not logged in, all content on the webserver is protected, not just .aspx pages.
Therefore you dont have access (yet) to the CSS files.
If you login and retrun to the login.aspx page, you should see that the CSS is loaded correctly. Also, if you deploy the solution to an IIS server, you'll see that the CSS is loaded correctly.
There are 10 kinds of people: Those who understand binary and those who do not
---
If the reply answered your question please Mark it as "Answered". This would help people know that the question has been answered.