background-image: url("<?php bloginfo('template_url'); ?>/img/Fon_kopia_4.jpg");
<style>
body {background-image: url(<?php echo get_template_directory_uri(); ?>/images/bg.jpg);}
</style>
body {
background-image: url("../images/bg.jpg");
}
body {
background: url("../images/bg.jpg") no-repeat center;
background-size: cover;
}