@charset "utf-8";
/* CSS Document */
	html,body {
		background-color:white;
		font-family:Arial;
		font-size:14px; 
		margin:0px;
		padding:0px;
	}
	a:link, a:hover, a:active, a:visited { 
		color:black;
		text-decoration:none; 
	}
	#wrap {
		background-image:url(../../img/lp_bg.png);
		margin:auto;
		width:738px;
		background-color:white;
		border-right:1px solid #cecece;
		border-left:1px solid #cecece;
		padding:20px;
		padding-top:10px;
	}
	#headline_sm {
		width:738px;
	}	
	#headline {
		width:738px;
	}
	#subtext {
		width:738px;
	}
	#video {
		width:350px;
		height:284px;
		float:left;
	}	
	#form {
		width:345px;
		height:284px;
		margin-left:390px;
	}	
	#facts {
		width:738px;
		margin:auto;
	}
	#formhead {
		text-align:center;
	}	
	#footer {
		border-top:1px solid #ccc;
		padding-top:20px;
		width:738px;
		height:20px;
		text-align:center;
	}
	.placeholder {
		width:738px;
		height:50px;
	}	

