@charset "utf-8";
/* CSS Document */

a#portraits{
	background:url(my-image.jpg);
	width:240px;
	height:160px;
	display:block;
	line-height:999px;
	overflow:hidden;
	}
	
a:hover#portraits{
	background:url(my-image.jpg) bottom;
	}