html, body, #wrap { height: 100%; }

body > #wrap { height: auto; min-height: 100%; }

#main { overflow: auto;
	padding-bottom: 250px;
}  /* must be same height as the footer */

#footer { position: relative;
	margin-top: -250px; /* negative value of footer height */
	height: 250px;
	clear: both;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

IMG {
    padding: 1px;
}

img.scaled {
  width: 100%;
}

div.figure {
  float: right;
  width: 100%;
  padding: 5px 5px 5px 5px;
}


