I am not sure how many rows you expect in the tables, but I think a regular int rather than a large unique identifyer will query the data faster when you do selects than join these two tables. Just an after thought.
----------------------------------------------------