div#footer a { float: left; }
div#footer img { float: right; }

a.portraits {
	width: 63px;
	height: 25px;
	background: #FFF url('../gfx/menu/work.jpg') top left no-repeat;
}
a.other {
	width: 65px;
	height: 25px;
	background: #FFF url('../gfx/menu/other.jpg') top left no-repeat;
}
a.about {
	width: 62px;
	height: 25px;
	background: #FFF url('../gfx/menu/about.jpg') top left no-repeat;
}
a.portraits:hover, a.other:hover, a.about:hover, a.active {
	background-position: bottom left;
}