
	#columns {
		padding: 0;
	}

 
#floatingFooter {
 background: url(footer.jpg) no-repeat 0px 5px;
 width: 880px;
 height:55px;
 margin:0 auto;
}
#fixme {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
   left: 0px; bottom: 0px;
  height: 55px;
  width: 100%;
 text-align: center;
 position:fixed;

}
#fixme img{
	height: 55px;
}
body > div#fixme {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
  height:55px;
}

#content {
	background-image: none;
}

