body,a  {
	margin: 0;
	height: 100%;
	color: #004477;
	text-decoration: none;
}
a {
	
}
#wrapper {
	width: 70%;
	height: 100%;
	margin: 0 auto;
	display: none;
}
#wrapper div {
	top: 30%;
	position: relative;
	font-family: 'Open Sans';
}
h3 {
	margin-top: 40px;
	font-size: 20px;
	font-weight: 200;
	padding-bottom: 20px;
	border-bottom: 1px solid #007dba;
}
h4 {
	font-size: 20px;
	font-weight: 200;
}
span {
	position: relative;
	top: 50%;
	font-weight: 200;
	font-size: 14px;	
}
strong {
	font-weight: 400;
}
#logo {
	top: 10%;
	position: relative;
	display: block;
	width: 250px;
	
}
#first {
	top: 0;
	z-index: 1;
	background-color: white;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
#second {
	top: 0%;
	z-index: 0;
	position: absolute;
	background-color: white;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background-image: url('bg.jpg');
	background-size: cover;
	
}
.logocenter {
	position: fixed;
	top: 50%;
	width: 250px;
	display: none;	
	left: 50%;
	margin-left: -125px;
	margin-top: -75px;
}
#address {
	float: right;
}
@media screen and (max-width: 930px) {
	
	h3 {
		font-size: 14px;
		padding-bottom: 10px;
	}
	h4 {
		font-size: 14px;
	}
	span {
		font-size: 10px;
	}
	#address {
		float: left;
	}
	#second {
		overflow: auto;
	}
	
	.logocenter {
		margin-top: -100px;
	}
	#wrapper div {
		margin-top: -30px;
	}
}