﻿#bodycontainer {
	overflow: visible;
	width: 850px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.footer_contact {
	border-style: solid none solid none;
	width: 850px;
	height: 40px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: large;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-weight: lighter;
	position: relative;
	float: left;
	line-height: 40px;
	margin-bottom: 20px;
}
.h1 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
}
.body1 {
	width: 850px;
	height: auto;
	display: flex;
	justify-content: center; /* align horizontal */;
	align-items: center; /* align vertical */;
	float: left;
	text-align: center;
	padding-top: 15px;
}
.body2 {
	width: 850px;
	height: auto;
	text-align: center;
}
