Pues no entiendo muy bien qué es lo que quieres conseguir, pero esto igual te orienta:
Cita: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>en Internet Explorer Funciona - en Firefox no</title>
<style type="text/css">
.tabla {
width:800px;
height:600px;
border:1px solid #000;
margin: 0 auto;
}
#gris {
width:100px;
height:100px;
background:#000066;
}
</style>
</head>
<body>
<table class="tabla">
<tr>
<th scope="col" align="center">
<div id="gris">Rarisimo No?</div>
</th>
</tr>
</table>
</body>
</html>