Step 15: Background Image CSS

DIV#content-col-2 {
  MARGIN: 0;
    PADDING: 0.25em;  
  FLOAT: right;
  WIDTH: 45%;
  COLOR: black;
  BACKGROUND-COLOR: white;

  PADDING-TOP: 220px;   /* Step 15 new code on this line */
  BACKGROUND-IMAGE:  url(../images/alma_close.jpg);  /* Step 15 new code on this line */
  BACKGROUND-REPEAT: no-repeat;  /* Step 15 new code on this line */
  BACKGROUND-POSITION: 5px 20px;
}