/* CSS Document */

body {

background-attachment: scroll; /* or: fixed*/

background-color: white ;

background-image: url(images/dollarSignLtSfw500.jpg) ;/* or: none*/

background-position: 0% 39%;/*or: top/bottom left/right x% y-value*/

background-repeat: no-repeat ;/*or : repeat, repeat-x, repeat-y, no-repeat*/
}
