#imageLink
{
display: block;
width: 200px;
height: 40px;
background: url("/images/beachWriting.jpg") no-repeat 0 0;
}
	 
#imageLink:hover
{
background-position: 0 -40px;
}
	 
#imageLink span
{
display: none;
}
