#sticker {
	position: absolute;
	left: 689px;
	top: 94px;
	z-index: 2;
}

#coffee {
	float: right;
	margin-right: 50px;
	display: inline;							/* IE6 Double Margin Bug Fix */
}

#coffee img {
	vertical-align: bottom;						/* Image should be adjecent to the div */
}

#content h2 {
	margin: 0;									/* IE */
}

#advertisers {
	float: left;
	width: 350px;
}

#publishers {
	margin-right: 4px;
	float: right;
	width: 350px;
}

#advertisers h4, #publishers h4 {
	color: #3d6db6;
	font-family: Arial,Verdana,sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 8px;
}

