Seems to be messing up the template if I decrease, or increase the number on the far right (104). Anyway to drop the advertising box?:
Code:
.body_wrapper {
margin-top:{vb:math {vb:stylevar navbar_tab_size.height} + {vb:stylevar navbar_tab_size.height} - 104}px;
padding: {vb:stylevar body_padding};
background: {vb:stylevar body_background};
border: 1px solid #707070;
-moz-border-radius: {vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
border-radius: {vb:stylevar border_radius};
-moz-box-shadow: -3px 3px 3px {vb:stylevar shadow_color} !important;
-webkit-box-shadow: -3px 3px 3px {vb:stylevar shadow_color} !important;
box-shadow: -3px 3px 3px {vb:stylevar shadow_color} !important;
}