body {
	background: url(../images/bg_pattern.png) repeat;
}

#header_left {
	background-image: url(../images/header_background_left.jpg);
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 685px;
	z-index: -1;
}

#header_right {
	background-image: url(../images/header_background_right.jpg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 685px;
	z-index: -2;
}

#header_dropshadow {
	height: 50px;
	width: 100%;
	position: absolute;
	top: 685px;
	z-index: 1;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2) inset;
}

#header {
	background: url(../images/header_background.jpg) no-repeat center top;
	height: 685px;
	z-index: 2;
}

#title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#arrow_left img{
	margin-left: -5px;
	margin-top: 215px;
}

#arrow_right img {
	margin-left: 10px;
	margin-top: 215px;
}

#header_copy img{
	margin-top: 43px;
	margin-left: -6px;
}

#header_copy p {
	color: #fffeff;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
}

#signupform {
	background: url(../images/signupforupdates_bubble.png) no-repeat left top;
	width: 258px;
	height: 220px;
	border: none;
	margin-top: 38px;
	margin-left: -5px;
}

#trailer img {
	margin-top: 30px;
	margin-left: 38px;
}

.description_text img {
	margin-left: 38px;
	margin-top: 10px;
}

.description_text p {
	color: #757575;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	margin-left: 38px;
	line-height: 20px;
}

.description_text ul {
	color: #757575;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	margin-left: 38px;
	line-height: 20px;
}

#footer {
	text-align: center;
}

#footer p {
	color: #757575;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
}

/* Form Style */
#mc_embed_signup {
	padding: 17px 8px 0px 8px;
}

#mc_embed_signup form fieldset{
	border: none;
	line-height: 14px;
}

div.mc-field-group label {
	color: #fff;
	font: bold 12px "Helvetic Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.mc-field-group input {
	font: bold 18px "Helvetic Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fe8233;
	border: none;
	width: 100%;
	height: 22px;
	margin: 4px 0;
}

#mce-responses .response {
	color: #fff;
	font: bold 14px "Helvetic Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fe8233;
	padding: 12px;
	border: 3px solid #6f0606;
}