html, body {
   height:100%;
}
#footer { /* http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page */
   position:absolute;
   bottom:0;
   width:750px;
   height:3em;   /* Height of the footer */
	border: 1px solid #000000;
	margin-bottom:3px;
}
.center {
text-align:center;
}
.floatright {
float:right;
}
.floatleft {
	float:left;
}
.floatleft img {
margin-right:.5em;
}
