http://www.hcrindienetwork.com/ is the page i am working on, how can i center the body flow with the header etc.
<!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>
<title>Harbor City Records</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="default.css">
<style>
#bodydiv
{
height: 950px;
}
</style>
</head>
<body>
<div id="container">
<div id="content">
<?php include 'hcrheader/header.php'; ?>
<?php include 'login.php'; ?>
<div id="navbar">
<?php include 'menu.php'; ?></div>
<div id="bodydiv">
<table style="width: 870px; height: 500px; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="text-align: center; vertical-align: top; width: 150px; white-space: nowrap;"><?php include 'latestnews.php'; ?></td>
<td style="width: 562px; text-align: center; vertical-align: top; white-space: nowrap;">
<table style="text-align: left; width: 552px;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="text-align: center; vertical-align: top;"><a href="http://www.harborcityrecords.com/hcrindienetwork/msd/join_form.php"><img style="border: 0px solid ; width: 138px; height: 296px;" alt="" src="http://www.harborcityrecords.com/hcrindienetwork/graphics/msd.jpg"></a></td>
<td><img style="width: 138px; height: 296px;" alt="" src="http://www.harborcityrecords.com/hcrindienetwork/graphics/vsd.jpg"></td>
<td><img style="width: 138px; height: 296px;" alt="" src="http://www.harborcityrecords.com/hcrindienetwork/graphics/mgd.jpg"></td>
<td><img style="width: 138px; height: 296px;" alt="" src="http://www.harborcityrecords.com/hcrindienetwork/graphics/vgd.jpg"></td>
</tr>
</tbody>
</table></td><td style="text-align: center; vertical-align: top;"><?php include 'featured-artist.php'; ?></td>
</tr></tbody>
</table>
</div>
<div id="footer">
</div>
<div id="underfooter">
<p class="footer">© 2011 HCR Network is a subsidary of Harbor City Records LLC. All Rights Reserved.</p>
</div>
</div>
</div>
</body>
</html>