.main-body {
	width: 1200px;
	float: left;
	left: 50%;
	margin-left: -600px;
	position: relative;
}

.content {
	width: 75%;
	margin: 0 auto;
}

.content h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #f26722;
	font-size: 58px;
	text-transform: uppercase;
}

.content p {
	color: #333333;
	font-size: 29px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.header {
	background: url('/images/head_bg.png') no-repeat;
	width: 100%;
	height: 900px;
}

body {
	margin: 0;
	padding: 0;
}

.wistia-video {
	width: 880px;
	margin: 0 auto;
	position: relative;
	left: 8px;
	top: 213px;
}

sup {
	font-size: 12px;
}

.content p a {
	color: #f26722;
	text-decoration: underline;
}

.floating-scroll {
	width: 110px;
	height: 100px;
	position: fixed;
	right: 50px;
	top: 50px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	z-index: 5000;
}

.floating-scroll a {
	color: #4b4747;
	text-decoration: none;
}

.day-life {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #333;
	font-weight: 700;
	position: relative;
	top: 200px;
}