@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/capture_b/capture_background.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
}
.oneColFixCtr #container {
	width: 780px;  /* 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. */
}
#video {
	float: left;
	background-image: url(../images/capture_b/vid_background.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 380px;
	margin-left: 5px;
}
embed {
	background-image: url(../images/capture_b/vid_background.png);
	background-repeat: no-repeat;
	margin-top: 25px;
}
#form {
	float: right;
	background-image: url(../images/capture_b/vid_background.png);
	height: 300px;
	width: 380px;
	background-repeat: no-repeat;
	margin-right: 5px;
}
h2 {
	color: #FFFFFF;
}
#wrapper {
	background-color: #FFFFFF;
	height: 420px;
	margin-top: 20px;
}
#formheadertext {
	width: 360px;
	margin-left: 10px;
	margin-top: 55px;
}



#footer {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/capture_b/capture_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 2px;
}

