html {
	background: #DFDFDD;
	color: rgb(165, 169, 131);
	font-size: 16px;
	min-height: 720px;
	min-width: 1040px;
	height: 100%;
	font-family:'Avenir LT W01_65 Medium1475532';
}

body {
	background-image: url('../images/background.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 100%;
}

#container {
	padding: 84px 0 0 65px;
}

h1 {
	width: 36px;
	height: 48px;
	background: url('../images/icon.svg') no-repeat;
	padding: 0;
	text-indent: -99999px;
	margin: 0 0 70px;
}

h2 {
	font-size: 2rem;
	line-height: 1.25;
	margin: 0 0 48px;
	max-width: 495px;
	font-family:'Avenir LT W01_45 Book1475508';
	font-weight: normal;
}

h3 {
	width: 222px;
	height: 57px;
	background: url('../images/logo.svg') no-repeat;
	padding: 0;
	text-indent: -99999px;
	margin: 235px 0 0;
}

p {
	font-size: 0.875rem;
	line-height: 1.2;
	padding: 0.5em 0;
}

p a {
	color: rgb(165, 169, 131);
	font-family:'Avenir LT W01_85 Heavy1475544';
	text-decoration: none;
}

p a:hover {
	color: rgb(125, 129, 91);
}