html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#logo {
	position: absolute;
	left: 50%;
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#headerlogo {
	position: absolute;
	top: 1%;
	left: 4%;
}
#footer {
	position: absolute;
	left: 50%;
	bottom: 2%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #622a04;
}
#footer_i {
	position: relative;
	top: 20px;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #622a04;
}
a {
	color: #622a04;
}
