css selector for background of whole page code example
Example: background css
body {
background: #ffffff url("img_tree.png") no-repeat fixed right top;
}
body {
background: #ffffff url("img_tree.png") no-repeat fixed right top;
}