
@media handheld {
  div#footerbar {
    display: none;
  }
}

@media only screen and (max-device-width: 480px) {
	div#footerbar{
	display: inline;
	position: static;

 }


}

