Using the background-image
and background
CSS properties.
background-image: url("bg.gif");
background-image: url("circle.png"), url("bg.gif");
background-image: url("circle.png"), url("bg.gif");
background-repeat: no-repeat, repeat;
background-image: url("circle.png"), url("bg.gif");
background-repeat: no-repeat, repeat;
background-position: center;
background: url("circle.png") center no-repeat, url("bg.gif");