ho il tuo stesso problema:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<script language="JavaScript" type="text/javascript" src="roll.js"></script>
</head>

poi ho una table

<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table100">

nel css .table100 { height: 100%; }

e all'interno di questa ho: <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table100"> divisa in varie celle...

il problema è che la principale dovrebbe essere grande 100 e la tabella all'interno dovrebbe adattarsi alle varie dimensioni dei browser..

mi dici in che pagina trovi le specifiche che me le vedo?