body {
	background: black;
}

#page {
	width: 1200px;
	margin: 0px auto;
}

#book {
	width: 500px;
	height: 507px;
	background: url('img/ego.png') no-repeat;
	text-indent: -9999px;
	position: absolute;
	border-radius: 50%;
	border: 10px solid #fff;
}

#content {
	width: 360px;
	top: 420px;
	left: 650px;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}

#content h2 {
	font-weight: normal;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}