@charset "utf-8";
#logo {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 200px;
	margin-top: -100px;
	margin-left: -150px;
	z-index: 4;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img { border: 0; }
.h1 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 34px;
}
#name {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 34px;
}
#address {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 30px;
}