body {
	font-family: Arial;
	text-align: center;
	overflow: hidden;
	background-color: #AAAAAA;
	color: #222222;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 380px;
	margin-left: -200px;
	margin-top: -195px;
	background: url(/img/john.jpg) no-repeat 125px 63px;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 20px;
	margin-top: 255px;
}

p {
	font-size: 15px;
	font-style: italic;
	position: absolute;
	bottom: 0;
	left: 0;
}
