Try using something like the following to remove the side borders.
Code:
html, body { margin: 0; padding: 0; }
Without seeing other code, hard to tell what you are doing though to create those borders if they are not just typical overall margin/padding.