@charset "UTF-8";
/* CSS Document */

#background {
	background-color: #ededed;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 21px;
}
#maincontainer {
	width: 798px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	height: 80px;
	width: 738px;
	margin-top: 0px;
	margin-left:50px;
	margin-bottom: 0px;
}
#contentarearepeat {
	background-image: url(../images/contentarearepeat.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 698px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-right: 50px;
	padding-left: 50px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 47px;
	width: 798px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

#headline {
	width: 650px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #0091D2;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	font-size:24px;
	text-align:center;
}
#movie {
	height: 344px;
	width: 425px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	float:left;
}
#optin {
	background-image: url(../images/optin-background.gif);
	height: 344px;
	width: 240px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	float:right;
}
#optinbullets {
	height: 100px;
	width: 190px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	float:right;
	color: #0091D2;
  	font: 12px/150% Verdana, Arial, Sans Serif;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

#optin label {
  margin: 0 auto;
  width: 150px;
  text-align: center;
  color: #0091D2;
  font-weight: bold;
  clear: both;
  display: block;
  font: 12px/150% Verdana, Arial, Sans Serif;
  
}
#optin input {
  margin: 3px 0px 3px 0px;
  width: 136px;
  border: 1px solid #0066d5;
  height: 21px;
  font: 12px/150% Verdana, Arial, Sans Serif;
}
#optin form {
  margin: 190px auto 0 auto;
}

#optin form p {
  margin: -4px auto 0 auto;
  width: 150px;
  text-align: center;
  font: 10px/100% Verdana, Arial, Sans Serif;
}

#optin form p a {
  text-decoration: underline;
  color: #020202;
}