*{padding:0;margin:0;}

a:hover
{
	text-decoration: none; 
}

.float1{
	position:fixed;
	z-index: 1;
	width:150px;
	height:50px;
	bottom:190px;
	right:50px;
	background-color:#4fcead;
	color:#FFF;
	border-radius:50px;	
	font:Arial;
	font-size: 18px;
	text-align:center;
}

.float2{
	position:fixed;
	z-index: 1;
	width:150px;
	height:50px;
	bottom:120px;
	right:50px;
	background-color:#4fcead;
	color:#FFF;
	border-radius:50px;	
	font:Arial;
	font-size: 18px;
	text-align:center;
}


a.float1:hover{
	color:#FFF;
	text-decoration: none; 
}

a.float2:hover{
	color:#FFF;
	text-decoration: none; 
}


.my-float{
	margin-top:15px;
}