background-repeat: no-repeat;
Можно переписать вот так
$('body').css({
'background-image': 'url("http://cs1.imwox.com/o/56/37/5637435c4bcb65aed58744f24c8adaea.png")',
'background-position': 'top',
'background-size': 'cover',
'background-repeat': 'no-repeat'
});