I've been through my CSS like a madman but I can't figure out where the extra right margin of 20 or so pixels is coming in? The site is at http://goodtimesdjservice.com/ and there's whitespace to the right of the page. It was themed using the underscore_s framework. I apologize for he noob question, have tried to find the culprit, and appreciate any input.
<div id="footergroup" class="row footerbg">
Has the row
css class which has margin-right: 15px
. Getting rid of that will get rid of the space you don't want.