$(document).ready(function() {
if ((screen.width>=1024) && (screen.height>=768)) {
$("body").css("background","#fff url(newImages/guitar.gif) no-repeat fixed top right");
}
else  {
$("body").css("background","#fff");
}
});