So if you come across a situation to center the table horizontally here is the style to do it
#centered{
position: relative;
left: 50%;
width:600px;
margin-left:-300px;
}
#centered{
position: relative;
left: 50%;
width:600px;
margin-left:-300px;
}