/*-------------------------------------------------------
	Stylesheet for Ultimate Site Logo Example
	Author:		Gabriel Svennerberg
	Email:		gabriel@svennerberg.com
	Website:	svennerberg.com
	Created:	2008-06-25
*-------------------------------------------------------*/
#branding h1 {
	position: relative;
	margin: 0;
	width: 461px;
	height: 125px;
}
#branding h1 a {
	position: absolute;
	width: 100%;
	height: 100%;
	
}
#branding h1 span {
	position: absolute;
	z-index: 1;	
	width: 100%;
	height: 100%;
	background: url(../img/logo.png) no-repeat;
}
#branding h1 a:hover span {
    background-image: url(../img/logo_hover.png);
}
