If you place image and css folder inside a parent directory suppose assets then the following code works perfectly. Either double quote or without a double quote both work fine.
body{_x000D_
background: url("../image/bg.jpg");_x000D_
}
_x000D_
In other cases like if you call a class and try to put a background image in a particular location then you must mention height and width as well.