I have a problem adding an svg file as a background. Everything seems allright, but in Google Chrome I get strage inactive scrollbars on the right and bottom of svg, not a c
In chrome the image seems slightly too big for the container.
Just add
overflow:hidden;
to the container in the CSS, this should stop scrollbars, either that or make the container slightly bigger.