Change the path as
<td class="style2" colspan="3" style="background-image: url('Images/1background.gif')">
OR
<td class="style2" colspan="3" style="background-image: url('~Images/1background.gif')">
and if the images folder is outside the folder which has aspx files
change to
<td class="style2" colspan="3" style="background-image: url('../Images/1background.gif')">