@CHARSET "UTF-8";

#PhotoCredit {
display: block;
width: 25px;
height: 18px;
background-image: url('../images/bg_credit_photo.png');
background-repeat: no-repeat;
background-position: bottom right;
position: absolute;
top: 205px;
right: 196px;
cursor: default;
cursor: hand;
}

#PhotoCredit:hover {
width: 140px;
background-image: url('../images/bg_credit_photo_kevin.png');
}
