.float{
	position: fixed;
	width: 100px;
	height: 100px;
	bottom: 80px;
	right: 15px;
/*	background-color: #009900;*/
	background-image:url(images/WhatsApp_Logo.png);
	background-repeat:no-repeat;
	background-position:center;
	color: #FFF;
	border-radius: 50px;
/*	text-align: center;
	font-size: 45px;
/*	box-shadow: 2px 2px 3px #999;*/
	z-index: 100;
}

.my-float{
	margin-top:16px;
}