Backgrounds and CSS

Example Background images#exampleA  {
  width: 500px;
  height: 250px;
  background: 
  url(decoration.png) left top no-repeat,
  url(ribbon.png) right bottom no-repeat, 
  url(old_paper.jpg) left top no-repeat;