body {
	margin: 0;
	padding: 0;
	text-align:center;
	background: #fff url(capture1_background.png) no-repeat fixed center top;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;s
}
#container {
	width: 771px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.inner {
	margin: 0 auto;
	text-align:center;
	
}
.nudge{
	margin: 20px 0;
}
#header {
	background: #000 url(capture1_header.jpg) no-repeat top center scroll;	
	height:239px;
	width:772px;
}
#video {
  background: #fff url(vid_background.png) no-repeat;
  float:left;
  height:240px;
  margin: 0 0 0 5px;
  width:380px;
  padding: 25px 0;
}
#contactForm {
  background: #fff url(vid_background.png) no-repeat;
  float:right;
  height:240px;
  margin-right:5px;
  width:380px;
  padding:40px 0px;
}
#contactForm h2 {
	text-transform:capitalize;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
}
#formFields{
	text-align:left;
	margin: 0 80px;
}
.center {
	margin-left:60px;
}
#footer {
	background: #000 url(capture1_footer.jpg) no-repeat bottom scroll;
	height:180px;
	clear:both;
	
}
#splash{
 	margin: 0 5px 0 0;
	background: #fff url(vid_background.png) no-repeat;
	float:right;
	height:240px;
	width:380px;
	padding:30px 0 40px 0;
}
