I think this can help you, just place this code in your theme's (SnowFlat) CSS file in the end with your own colour.
body{
background: #colour !important;
}
There is one more way and that is to locate "body" in your css file (most probably on 78th line) and the changing the #colour there. Just replace the existing colour code there with your own.
I hope this help.