body {
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow: hidden;
}

div#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 299px;
	height: 339px;
}

div#content {
	position: relative;
	top: -50%;
	left: -50%;
	width: 299px;
	height: 339px;
}

div#content img {
	float: left;
	margin: 0px 34px 40px 0px;
	border: 0px;
}
