
#head {
	line-height: 0;
	overflow: hidden;
}
	#head h1 {
		width: 90px;
		position: relative;
		margin: 35px 10px -50px;
		background: transparent url("img/logo-alt.png") 50% 50% no-repeat;
	}
		#head h1 a {
			color: #666;
			height: 92px;
			outline: none;
			display: block;
		}
			#head h1 a:hover {
				height: 92px;
				outline: none;
				display: block;
				background: url("img/head-h1-a_hover-alt.png") 50% 50% no-repeat;
			}
	#head img#brnd-logo {
		position: absolute;
		padding-right: 275px;
		margin: 0 10px -20px;
		background: transparent url("img/logo-alt-bg.png") right center no-repeat;
	}
