<?php if ( is_page('97') || $post->post_parent == '97' || in_category('18') ) {?>
<style> body{background-image:url(http://domain.com/first-background.jpg); background-repeat:repeat-x;} </style>
<?php }?>
<?php if ( is_page('97') || $post->post_parent == '97' || in_category('18') || in_category('19') || in_category('20') ) {?>
<style> body{background-image:url(http://domain.com/first-background.jpg); background-repeat:repeat-x;} </style>
<?php }?>