body {
	background-color:#FFF;
	overflow: hidden;
}

.content {
	position: absolute;
	height: 99%;
	width: 100%;
}

img.center {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -300px;
	vertical-align: middle;
}

