#parallax img{
	background:#b0a263;
}
#parallax img{
	border: 0;
}

#parallax h1, #pixels{
	width:60%;
	font-weight:700;
	font-size:3.2em;
	font-style:normal;
	text-transform:uppercase;
	line-height:1.3em;
	text-align: left;
	text-shadow:1px 1px 0px #000000;
}

#parallax h2{
	width:60%;
	font-size:1.6em;
	font-weight:300;
	line-height:1.2em;
	font-style:normal;
	text-align: left;
}
#parallax #header h1, #pixels{
	color: #33347b;
}

#parallax .float-left{
	float: left;	
	margin: 0 0 0 20px;
}

#parallax .float-right{
	float: right;
	margin: 0 20px 0 0;
}

#parallax .center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#parallax #header, #intro, #second{
	width: 100%;
}

#parallax #third{
	background:#666 url(../../../upload/parallax1.jpg) top no-repeat fixed;
	color: #FFF;
	height: auto;
	padding:120px 0 140px 0;
}

#parallax .story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
}
#parallax .story .float-left, .story .float-right{
	padding: 70px 0 0 0;
	position: relative;
	width: 550px;	
}

@media only screen and (max-width: 980px) {
#parallax .story{
	margin: 0 auto;
	min-width: 100%;
	overflow: auto;
	width: 100%;
}	
}