/xampp/htdocs/layouts/yourlayouthere/images/header/background-artkwork.jpg
background-artkwork.jpg change that to any u want but same name ofc background-artkwork.jpg
<div id="ArtworkHelper" style="background-image:url(<?PHP echo $layout_name; ?>/images/header/background-artwork.jpg);" >
It's in the layout.php file
Here's the part from the standard "tibiacom" layout.php:
PHP:<div id="ArtworkHelper" style="background-image:url(<?PHP echo $layout_name; ?>/images/header/background-artwork.jpg);" >