@charset "UTF-8";

body {
	padding: 0px;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size: cover;
}
	
.HeaderAddress {
	font-family: 'Strait', sans-serif;
	color: #FFFFFF;
}
.PageTitle {
	font-family: 'Strait', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
.copy {
	font-family: 'Strait', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#wrapper {
	width: 80%;
	margin: 0 auto;
}

.labelwrapper {
	width: 230px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
	position: relative;
	vertical-align: 50%;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 25px;
}
.label-logo {
	margin-bottom: 15px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
