mancano i map dell'immagine perchè le coordinate cambiano
scritto secondo le regole w3c coni css
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
	<title>tuotitolo</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<meta name="robots" content="ALL">
	<style type="text/css">
			html, body {	
				margin: 0px;
				padding: 0px;
				background-color: #ffffff;
				}
		table {
			width: 100%;
                        height: 100%;
		}
		#top{
			width: 780;
			height: 162;
		}
		#flash{
			width: 780;
			height: 440;
		}
		#under{
			width: 780;
			height: 26;
		}
	</style>
</head>
<body>
	<table cellpadding="0" cellspacing="0">
	    <tr>
			<td id="top">
			[img]img/topbar.gif[/img] 
				
		  	</td>
		</tr>
		<tr>
		<td id="flash">
			<object type="application/x-shockwave-flash" data="presentazione_capirsi.swf" width="780" height="440">
			<param name="movie" value="presentazione_capirsi.swf" />
		  </object>
		  </td>
		</tr>
		<tr>
		   <td id="under">
		[img]img/banda_sotto.gif[/img]
	      </td>
		</tr>
</table>