/* CUSTOM CSS */

/* CUSTOM CSS */

#floatme {
	display: block;
    width: 140px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 450px;
	margin-left: 22px;

	background: white;
	opacity: 0;
	filter: alpha(opacity=1);


}

/* CUSTOM CSS */

#floatme2 {
	display: block;
	width: 140px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;  
	margin-top: 450px;
	margin-left: 420px;
	
	background: white;
	opacity: 0;
	filter: alpha(opacity=1);

}


/* CUSTOM CSS */

#floatme3 {
	display: block;
	width: 150px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 450px;
	margin-left: 785px;
	
	background: white;
	opacity: 0;
	filter: alpha(opacity=1);
	
}
