#headerImg {
	background-image: url('/partners/sourceperks/img/source-perks-logo.png');
	width: 157px;
	height: 50px;
	background-position: left center;
	background-repeat: no-repeat;
}

#headerImg a {
	width: 157px;
	height: 50px;
	margin-left: 0;
}


#homePageLinkContainer {
	width: 108px;
	height: 50px;
	z-index: 101;
	position: fixed;
	left: 180px;
	top: 0;
}

#homePageLinkDiv {
	background-image: url( '/partners/sourceperks/img/go-to-source.png' );
	background-repeat: no-repeat;
	width: 108px;
	height: 50px;
}

#homePageLink {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}


#logoBottom {
	background-image: url('/partners/sourceperks/img/source-perks-logo.png');
	background-repeat: no-repeat;
	width: 157px;
	height: 50px;
}
