Well, if it's a finite list and will never grow/shrink you can create a map and use mod_rewrite with their URL Mapping to map specific keywords to a specific php page. Something like having the index.php change the css/template based upon the username.
So the url like: mysite.com/billy could be rewritten to mysite.com/?user=billy which the index.php would know what to do with.