*{padding:0;margin:0;}

.float{
	position:fixed;
	width:30px;
	height:30px;
	//bottom:40px;
	//right:40px;
	background-color:#CCC;
	color:#FFF;
	border-radius:50px;
	text-align:center;
}

.my-float{
	margin-top:8px;
}