Use the shorthand background css code example
Example: background single line property css
body {
background: #ffffff url("img_tree.png") no-repeat right top;
}
body {
background: #ffffff url("img_tree.png") no-repeat right top;
}