This would be a design flaw with you're website. You currently have this within your CSS:
Code:
body
{
background: #FFFFFF url(images/AHQ/misc/bg.gif) repeat-x;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 10px 0px 10px;
padding: 0px;
<img src="http://forums.digitalpoint.com/images/misc/dps_logo.gif">
}
One, don't see why that img tag is in the
css..., and two... the margins are the only thing blocking you from getting you what you want.
But this will also remove the pixels on the forum - you may want a div tag with a style 'command' to fix that. (eg: "<div style='margins: 5px 10px 5px 10px'>")