html {
	height: 100%;
}
body{
	height: 100%;
	background: url(img/background.jpg) no-repeat center center;
	background-size: cover;
	margin: 0;
	padding: 0;
	font-family: 'AvantGardeGothicITCW01B 731069';
	font-style: normal;
	font-weight: normal;
	color: #8f6e51;
}
.content {
	position: relative;
	width: 30%;
	height: 100%;
	background: #e7e6e6;
	min-width: 320px;
	top: 0;
	padding: 0 30px;
	font-size: .8em;
}
.stuff {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
h1 {
	margin: 0;
	padding: 0;
}
.stuff a {
	color: #8f6e51;
}
.stuff a:hover {
	color: #8f6e51;
	text-decoration: none;
}