
body {
  background-image: url(images/bg.gif);
  background-attachment: fixed; }
  
  
  .photo {
    position: relative;
    width: 126px;
    height: 166px;
	padding: 1px;
	background-color: #ccc; }
	
  .photo a img { border: 3px solid #fff; }
  .photo a:hover img { border: 3px solid #000099; }

  .photo span {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px; 
    background: url('images/heart.png') no-repeat; }
