Buon giorno a tutti!
ehmmm... mi scuso se dal titolo non si capisce nulla, e vedo di spiegarmi meglio: ho questa pagina
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>
	<meta http-equiv="content-language" content="it">
	<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
	<title>CAVALLIDEE - Organizzazione concorsi ippici</title>
	<style type="text/css">
	html		{position: absolute; top: 0px; left: 0px; 
			padding: 0px; height: 100%; width: 100%;
			background: #FFFFFF}

	body	{position: absolute; top: 0px; left: 0px; 
			padding: 0px; height: 100%; width: 100%;
			background: #FFFFFF; 
			font-family: verdana, helvetica, arial}

	.title	{font-size: 24pt}

	#header	{position: absolute; top: 0px; left: 0px; 
			padding: 0px; width: 100%; height: 100px; 
			background: url(images/homehead.gif); background-repeat: repeat-x;
			font-size: 18pt; color: #FF0000; font-weight: bold;
			text-align: center; vertical-align: middle}

	#xbody	{position: absolute; top: 100px; left: 0px; 
			padding: 0px; width: 100%;
			background: #FFFFFF;
			text-align: center; vertical-align: middle}

	#footer	{position: absolute; bottom: 0px; left: 0px; 
			padding: 0px; width: 100%; height: 50px;
			background: url(images/homefoot.gif); background-repeat: repeat-x;
			font-size: 10pt; color: #000000; 
			text-align: center; vertical-align: middle}
	</style>
</head>

<body>
<div id="header">
	<table width="100%">
		<tr>
			<td width="134">[img]images/logo.gif[/img]</td>
			<td><span class="title">Cavallidee</span>
Organizzazione Concorsi Ippici</td>
			<td width="134">[img]images/logo.gif[/img]</td>
		</tr>
	</table>
</div>

<div id="xbody">
		<table width="100%">
		<tr>
			<td>
				<a href="http://www.migliavada.com">
				[img]images/migliavada4.gif[/img]
				</a>
			</td>
			<td width="540">
				<a href="main.html" title="Entra">
				[img]images/backhome.gif[/img]
				</a>
			</td>
			<td>
				<a href="http://www.migliavada.com">
				[img]images/migliavada4.gif[/img]
				</a>
			</td>
		</tr>
	</table>
</div>

<div id="footer">
	<table width="100%">
		<tr>
			<td>
				<a href="http://validator.w3.org/check/referer">
				
				</a>
			</td>
			<td width="540">
				sito progettato e sviluppato da: Grafites
			</td>
			<td>
				
				<script type="text/javascript" language="JavaScript" SRC="http://codiceisp.shinystat.it/cgi-bin/getcod.cgi?USER=Cavallidee&amp;P=3"></script>
				<noscript>
					<A HREF="http://www.shinystat.it/cgi-bin/shinystatv.cgi?USER=Cavallidee" target="_top">
					
					</A>
				</noscript>
				
			</td>
		</tr>
	</table>
</div>

</body>

</html>
Nonostante i valori settati tramite CSS, vengono visualizzate due righe bianche (una in alto ed una a sinistra - vedi immagine allegata) che vorrei riuscire ad eliminare.
Qualche suggerimento?

Grazie mille a tutti

Secan