* {
  padding: 0;
  margin: 0;
}

body {
	font: 100% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: #fff url('bg.jpg') repeat;
	text-align: center;
}


img.re_centered {
	position: absolute;
	max-width: 90%;
	max-height: 90%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 0px 0px 10px #ccc;
}