body {background-color:#000;}
body, html {
	font-family: 'Source Serif Pro', serif;
	font-style: normal;
	font-size: 1em;
	font-weight: 300;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	display: block;
	margin: 0;
	background-image:url(images/home_image_resized.jpeg);
	width: 456px;
	height: 600px;
}
p {
	margin: 0 0 1em 0;
	color:#fff;}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color:#fff
}
div#center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
