How to change the default background on node webkit

Having a beautiful loading screen is amazing using node webkit :) Only issue is that when the app initially loads, the background is white and then my loading screen appears. I have set the background in HTML to my color, but it doesn't help.

<html>
<body style="background: #39c"></body>
</html>

But to no avail. Any ideas how to change the default background color? I can do a fadeIn and other tricks, but this would make it look so much better.