@charset "utf-8";
/* CSS Document */

body {
	background: #000;
}

#background {
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

#wrapper {
	position: relative;
	width: 100%;	
}

.header-wrapper {
	width: 100%;
	background: #000;
	position: relative;
	width: 100%;
}

.header {
	width: 970px;
	margin: 0 auto;
	height: 143px;
	padding: 0px 15px;
}

a.logo {
	display: block;
	float: left;
}

a.logo img {
	height: 123px;
	z-index: 5;
}

img.website-coming-soon {
	height: 59px;
	float: right;
}

.content-wrapper {
	width: 100%;
	position: relative;
	width: 100%;
}

.content {
	width: 985px;
	padding: 10px 10px;
	margin: 0 auto;
}

.footer-wrapper {
	width: 100%;
	background: url('../img/footer_bg.png');
	clear: both;
	position: relative;
	width: 100%;
}

.footer {
	width: 1000px;
	height: 138px;
	margin: 0 auto;
}

.footer p {
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 36px;
	font-family: Helvetica, Arial, sans-serif;
	width: 970px;
	margin: 0 auto;
}

.address-wrapper {
	width: 100%;
	clear: both;
	position: relative;
	width: 100%;
}

.address {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 140px;
}

.address p {
	color: #42dfe4;
	text-align: center;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	width: 970px;
	margin: 0 auto;
	padding-top: 10px;
	letter-spacing: 0.1em;
}

.address p strong {
	color: #42dfe4;
}

.address p a {
	color: #42dfe4;
}

.photo-image {
	width: 187px;
	height: 173px;
	margin: 5px;
	float: left;
}
