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