now the widescreen is quite pop, so the pages maybe quit good in 1024*768 , but then it got problem in 1280*800. i found 2 major code to fix it(it takes me more than 1 hour, my stupid head)
first identify you body width
then the margin.
body
{
font-family: Verdana, serif;
font-size: 12px;
background-color: #000;
color: #fff;
width:960px;
margin:0px auto 0px auto;
}
if you delete the "width:960;", that will be a different story.