I should know this i know lol

Anyway so... Right now I try to get my site more compatible with lower and even higher resolutions by centering it, and no its acually not centered right now. I have made a good progress for my current site i just need a litle help!
Ok this is how my new page looks like as of right now
http://blueglue.us/Testing_page.html as you can see the frame going around the Main table is not positioned right, this error is just showing in IE8, FF3, GC and latest version of Opera but Safari isnt affected and IE7...
But i'm building in XHTML and CSS so i need to fix this

Here is the CSS coding for the table going around my main table...
table#style2_new
{
position: relative;
background:url(main_bg_purpose%20112.png);
top: -170.5em;
left: -0.7em;
height: 1625px;
width: 746px;
visibility: visible;
z-index:2;
}
There is alot of things going on, on my website so i will start by giving out this...
Any help appreciated!