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;
	padding-bottom:60px;
}

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

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

#footer a {
	margin-bottom:10px;
	color:#d60000;
}

#footer span a {
	font-size:14px;
	margin-bottom:10px;
	color:#d60000;
}