h1 {
	position: relative;
}

h1 .people {
	left: auto;
	margin-right: -70px;
	right: 100%;
	top: -10px;
}


/**
 * Content
 */
#content strong {
	color: #f66c1f;
	font-weight: normal;
}

#content .main {
	left: 82px;
	padding-left: 3%;
	position: relative;
	width: 86%;
	z-index: 1;
}

#content .main p {
	margin: .5em 0;
}

#content .main strong {
	font-size: 1.429em;
}

#content .extra {
	padding: 0 0 8em;
	width: 100%;
}

#content .extra p {
	position: relative;
}

#content .extra strong {
	font-size: 2.714em;
}

#content .object {
	display: block;
	position: absolute;
}


/**
 * Mobile
 */
#content .mobile {
	padding-left: 24%;
	position: relative;
	zoom: 1;
}

#content .mobile .object {
	background: url(iphone.jpg) right 0 no-repeat;
	height: 427px;
	left: 0;
	top: -50px;
	width: 27%;
}


/**
 * Special
 */
#content .special {
	margin-bottom: 3em;
	padding-left: 80%;
	position: relative;
	zoom: 1;
}

#content .special .people {
	left: auto;
	right: 230px;
	top: 150px;
}

#content .special .object {
	background: url(razor.jpg) no-repeat;
	height: 400px;
	right: 0;
	top: 0px;
	width: 17%;
}


/**
 * Static
 */
#content .static {
	padding-left: 57%;
	position: relative;
	zoom: 1;
}

#content .static .object {
	background: url(phone.jpg) no-repeat;
	height: 152px;
	left: 57%;
	margin-left: -170px;
	top: -30px;
	width: 144px;
}

