User profile Pick a premade Design/theme

not really sure what your point, but you can use body class to customize background images ( AFAIK twitter use this method too ).

for example if you have two user : x and y

you can customize the author page :

yoursite.com/author/x

yoursite.com/author/y

with css like these

.author-x {background:red}

.author-y {background:blue}