div#footer{
	position:fixed;
	bottom:10px;
	right:0px;
	width: 223px;
	border: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
 }
 
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;

 }