#img1 {
width:300px;
height:300px;
background:#ccc url(img/img1.jpg) 0 0 no-repeat;
border:1px solid #f00;
}
#testlink {
width:300px;
height:300px;
border:1px solid #0f0;
margin-top:10px;
}
#testlink a {
display:block;
width:100%;
height:100%;
background:#ccc url(img/img2.jpg) 0 0 no-repeat;
}
#testlink a:hover {
background:#ccc url(img/img2_1.jpg) 0 0 no-repeat;
}
#img3 {
width:300px;
height:300px;
background:#ccc url(img/img3.jpg) 0 0 no-repeat;
}
#img4 {
width:300px;
height:300px;
background:#ccc url(img/img4.jpg) 0 0 no-repeat;
}
#img5 {
width:300px;
height:300px;
background:#ccc url(img/img5.jpg) 0 0 no-repeat;
}