a.logo {
	background: url(images/logo.png) left top;
	width: 100px;
	height: 70px;
	display: block;
}

a.logo:hover {
	background-position: left bottom;
}
