how to craete a custom design in background css 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;
}