/* CSS Document */

body {

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

background-color: black ;

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

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

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