/*-------------------------------------------------------
	Stylesheet for Ultimate Site Logo 2
	Author:		Gabriel Svennerberg
	Email:		gabriel@svennerberg.com
	Website:	svennerberg.com
	Created:	2008-11-16
*-------------------------------------------------------*/
#logo {
	position: relative;
	margin: 0;
	width: 442px;
	height: 125px;
}
#logo a {
	position: absolute;
	width: 100%;
	height: 100%;
	
}
#logo span {
	position: absolute;
	z-index: 1;	
	width: 100%;
	height: 100%;
	background: url(../img/logo_sprite.png) left top no-repeat;
}
#logo a:hover span {
	background-position: right top;
}
