	*{
		margin:0px;
		padding:0px;
	}
	body{
		background:#fff url(images/background.jpg) repeat-x top left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	.wrapper{
		width:900px;
		margin:0px auto;
	}
	
	.logo{
		background: url(images/logo.jpg) no-repeat top center;
		width:899px;
		height:180px;
	}
	
	.top{
		position:relative;
		background:url(images/top.jpg) no-repeat top center;
		height:250px;
	}
	
	h1, h2, h3, h4{
		text-align:center;
		font-family:"Cambria","Times New Roman", Times, serif;
	}
	
	h1{
		font-size:24px;
		margin-top:10px;
	}
	
	h2{
		text-transform:uppercase;
		color:#cd0000;
		font-size:30px;
		padding:0px 20px;
		margin:5px 0px;
		line-height:30px;
	}
	
	h3{
		width:900px;
		position:absolute;
		bottom:10px;

		font-size:18px;

	}
	
	.formbox{
		background:url(images/formbg.jpg) no-repeat top center;
		width:801px;
		height:566px;
		margin:0px auto;
		padding:40px 40px 0px 30px;
	}
	
	.video{
		width:410px;
		float:left;
	}
	
	.optin{
		width:365px;
		float:right;
		text-align:center;
	}
	
	.optin strong{
		text-transform:uppercase;
		text-align:center;
		font-size:18px;
	}
	
	.optin strong b{
		font-size:22px;
		color:#FF0000;
		font-style:italic;
	}
	
	ul li{
		text-align:left;
		margin:20px 0px;
	}
	
	li{
		margin-bottom:10px;
		padding-left:25px;
		background:url(images/check.jpg) no-repeat top left;
	}
	
	.form{
		margin:20px 0px;
	}
	
	.footer{
		margin:30px;
		text-align:center;
	}