.image {
   width:613px;
   height:696px; 
   position:absolute; 
   top:50%; 
   margin-top:-370px; 
   left:50%; 
   margin-left:-259px; 
   background-image:url(/imgs/image.png);
   background-repeat: no-repeat;
}
.image-close {
   width: 45px;
   height:45px;
   position: absolute;
   top: 42px;
   left: 19px;
   text-align: left;
   cursor: pointer;
   background-image:url(/imgs/spacer.png);
   background-repeat: repeat;
}
