
html,
body {
	height:100%; /* 100 % height */
	margin:auto 0;
	padding:0;
}

a img{
	border:0px;
}


.clear {
clear: both;
margin: -1px 0px 0px 0px;
height: 1px;
font-size: 1px;
line-height: 1px;
width: 100%;
}
.ahem {  /* Like display: none, but screenreader-friendly */
	position: absolute;
	overflow: hidden;
	height: 0px;
	width: 0px;
	left: -1000px;
	top: -1000px;
}
:focus
{
  -moz-outline-style: none;
}
.circle{
	display:block;
	padding:30px 30px 0 0;
	width:20px;
	height:20px;
	background:#222;
	border-top-right-radius:60px;
	position:fixed;
	bottom:0px;
	left:0px;
}
.circle img{
position:fixed;
left:0;
bottom:0;
}
 