/* General
========================*/
* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -237px;
	text-align: center;
	min-width: 742px;
}
#container {
	position: relative;
	text-align: left;
	width: 742px;
	height: 475px;
	margin: 0 auto;
}
	
/* lines
========================*/
#container {
	border: 11px solid #fff;
}

/* Info 
========================*/
#info {
	float: left;
	width: 257px;
}
#info h1,
#info h2,
#info p {
	margin: 0 16px;
}
#info p.info {
	margin-bottom: 12px;
}
#info img {
	left: 9px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 20px;
}
h2#contact {
	margin-top: 26px;
}


/* Companies 
========================*/
#companies {
	float: left;
	border-left: 11px solid #fff;
	width: 474px;
}
.company {
	padding: 11px 9px;
	border-bottom: 11px solid #fff;
}
#company-mustard {
	border-bottom: 0;
}
.left-column {
	float: left;
	width: 150px;
}
.frame {
	float: right;
}
.company p.arrow {
	margin-top: 81px;
	margin-bottom: 0;
}

/* Text Replace
========================*/
h1#welcome-to-onward,
h2#contact,
h2#onward,
h2#mustard,
h2#mtp,
p.watch-the-reel {
	margin-bottom: 5px;
	height: 12px;
	font-size: 0.1em;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
p.watch-the-reel {
	width: 104px;
}
p.watch-the-reel a {
	height: 16px;
	display: block;
}
p.arrow {
	padding-left: 12px;
}
a.frame {
	height: 129px;
}

/* View
========================*/
.view .arrow {
	margin: 10px 0 0 10px;
	height: 20px;
}