*{padding:0;margin:0;}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}

.float{
    z-index: 1; /* set higher z-index value */
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#c8a97e;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}
a.float:hover, a.float:active{
    color: white;
    width:70px;
	height:70px;
	bottom:50px;
}

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