Remember besides the BODY element, there is also the full-screen HTML element so style your html
Code:
html { margin: 0; padding; 0; background: aqua url(path/imageam.jpg} no-repeat center bottom; }
body { margin: 0; padding; 0; background: transparent; color:black; }