We are getting closer

but now I need to get the body center. removed url
This is my css now.
Code:
body {
margin: 0;
width: 100%;
font-size:{vb:stylevar font.fontSize}px;
color:{vb:stylevar body_color};
line-height:{vb:stylevar line_height};
}
body a {
color:{vb:stylevar link_color};
text-decoration:{vb:stylevar link_textDecoration};
}
body a:hover,
body a:hover .time,
body a:hover .shade,
body a:hover .understate {
color:{vb:stylevar linkhover_color};
text-decoration:{vb:stylevar linkhover_textDecoration};
}
body a.understate,
body a .understate {
color:inherit;
text-decoration:none;
*clear:expression(style.color = parentNode.currentStyle.color, style.clear = "none", 0);
}
.body_wrapper {
padding: {vb:stylevar body_padding};
background: {vb:stylevar body_background};
-moz-border-radius: {vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
border-radius: {vb:stylevar border_radius};
width:960px;
margin-left: auto;
margin-right: auto;
}
You never really understand how massive VB is until you start trying to customize things. Geeze.