@charset "utf-8";

a.websites { 
	background:url(img/websites.png) 0 0 no-repeat;
	display:block;
	width:227px;
	height:56px;
}
a.websites:hover{
	background-position:0 -56px;
}

a.photo { 
	background:url(img/photo.png) 0 0 no-repeat;
	display:block;
	width:98px;
	height:56px;
}
a.photo:hover{
	background-position:0 -56px;
}