@charset "utf-8";
body {
	margin: 0; /* 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: #FFF;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.oneColFixCtr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(http://www.explainmedia.com/clients/images/background.jpg);
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height:700px;
	_height: auto !important;
	height: 700px;
	background-color: #000;
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 43px;
	margin-top: 30px;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 1.2em;
	color: #95acca;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	color:#FFFFFF;
	text-decoration: underline;
}
a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
a:hover {
	color:#8cb9fc;
	text-decoration: underline;
}
a:active {
	color:#8cb9fc;
	text-decoration: underline;
}
.DownloadButton {
	text-align: center;
	width: 250px;
}
.Video {
	text-align: center;
}
