С margin-left и margin-right сетнати на auto става номера:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>Page</title>
<style type="text/css">
#table1 { border: 1px solid black; width: 200px; margin: 0 auto 0 auto; }
</style>
<script type="text/javascript">
</script>
</head>
<body>
<table id="table1">
<tr><td>I'm centered :)</td></tr>
</table>
</body>
</html>