以下は、背景画像に使用している構文です。何らかの理由でYで繰り返されています。使えないoverflow:hidden;
<style>
body {
background-image: url('<?php echo $ActualPath; ?>images/backgroundimage.jpg');
background-image: no-repeat;
}
</style>
x と y で background-image no-repeat が必要です。