#face 
{
	display: block;
	width: 500px;
	height: 500px;
	background: url('frown.jpg') top left no-repeat;
}

#face:hover
{
	background: url('smile.jpg') top left no-repeat;
}