No, the only theme that has style settings is Prose. Most of the newer themes include the custom background function where you can upload a background image for the body through the Dashboard but Platinum does not. You could add the custom background function by placing this in functions.php
PHP Code:
/** Add support for custom background */
add_custom_background();