body, html {
	min-height:0;
	min-width:0;
	width:auto;
	height:auto;
}

#image_wrapper {
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:auto;
	margin:0;
	background:none;
}

#image_wrapper img {
	display:block;
	top:0;
	left:0;
}

#footer {
	color:rgba(255,255,255,.3);
	text-shadow:0 -1px 0 #000;
}