Posto un po' di codice

HTML:

codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>Test</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK media="all" href="Styles.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" runat="server">
			<TABLE height="100%" cellSpacing="0" cellPadding="0" width="100%" border="1">
				<TR height="90">
					<TD height="90">top</TD>
				</TR>
				<TR>
					<TD vAlign="top" height="100%">
						<TABLE height="100%" cellSpacing="0" cellPadding="0" width="100%" border="1">
							<TR height="100%">
								<TD vAlign="top" width="214">Left</TD>
								<TD vAlign="top">
									<DIV class="DivCont">
										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

										Testo

									</DIV>
								</TD>
							</TR>
						</TABLE>
					</TD>
				</TR>
				<TR height="26">
					<TD height="26">Bottom</TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>
CSS:

codice:
	BODY {
			BACKGROUND: #FFFFFF; 
			OVERFLOW:auto;
			margin:0;
	}
	.DivCont{
		overflow:auto;
		min-height:100%;
		height:auto!important;
		height:100%;
		margin:0px;
		top:0px;
		left:0px;
		border:0px;
		width:100%;
	}
La pagina è questa:

http://aspserver.workup.it/paolotest/index.aspx

CON IE si vede bene, con gli altri browser il DIV che contiene il testo si adatta al testo contenuto

Chi mi aiuta?