Simple and clear : anything you put in it will be inserted as attributes to the BODY tag
E.g. if you put
$UserBody = 'background="/my/background/image.png"';
this will be rendered as this HTML code :
<BODY background="/my/background/image.png">
Final stop.