div#float_banner {
	display: block;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

div > div#float_banner { position: fixed; }



