CSS Background – Background-color , background-image , Background-repeat , Background-position Examples - Div { background-color:#b0c4de; } Body { background-image:url('paper.gif'); background-repeat:repeat-x; background-position:right top;} body {background:#ffffff url('img_tree.png') no-repeat right top;}