mamma mia....

cmq il prob è qua (ma ripeto.. non è il forum adatto)

<body MS_POSITIONING="GridLayout" bottomMargin="0" leftMargin="0" rightMargin="0" background="..\images\top.jpg">

se PROPRIO vuoi metterla così, prova a specificare l'effetto in un foglio di stile mettendo prima del tag </HEAD> questo

<style type="text/css">
<!--
body {
background-image: url(..\images\top.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
}
-->
</style>

togliendo tutto dal tag body, ovviamente, che diventa
<body>