#footer{
	position:absolute;
	bottom:0px;
	width:100%;
	background:white;
	padding: 10px;
	box-shadow: 1px -1px 14px 0px #8d8d8d;
}
#fclosebtn{
  position: absolute;
  right: 32px;
  top: 0px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
font-size: xxx-large;
cursor:pointer;
}
#fclosebtn:hover {
  opacity: 1;
}
