	/*  HTML5 âœ° Boilerplate CSS with Meyer Reset Remix */
	html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
	abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,
	small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
	fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
	article,aside,canvas,details,figcaption,figure,footer,header,hgroup,
	menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
	article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
	nav ul{list-style:none;}
	blockquote,q{quotes:none;}
	blockquote:before,blockquote:after,
	q:before,q:after{content:'';content:none;}
	a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
	ins{background-color:#fff;color:#000;text-decoration:none;}
	mark{background-color:#fff;color:#000;font-style:italic;font-weight:bold;}
	del{text-decoration:line-through;}
	abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
	table{border-collapse:collapse;border-spacing:0;}
	hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
	input,select{vertical-align:middle;}
	/* END RESET */

	a, a:visited{color:#f63;text-decoration:none;}
	.sections p, .p-margin p{margin:15px 0;}
	body{margin:0;padding:0;font-family:Arial; background:#C3D685 url('/images/layout/dotted_bg.php.png') repeat-x fixed;}
	#main{width:1000px;margin:0 auto; background:#fff url('/images/layout/main_bg.jpg') no-repeat	;border-left:5px solid #f60; border-right:5px solid #f60;-webkit-box-shadow: #000 0px 0px 3px;-moz-box-shadow: #000 0px 0px 3px;-box-shadow: #000 0px 0px 3px;}
	#header{clear:both;}
	#logo{float:left;width:740px;}
	#join{float:left;width:120px;margin:70px 0 0 0; text-align:center;}
	#social{float:left;width:140px;text-align:center;margin:50px 0 0 0;}
	#headline{font-size:24px; font-weight:bold; padding:2px; text-align:center; width:500px; margin:10px auto 0 auto;text-shadow: -1px -1px white, -1px -1px #444;}
	#video{width:732px; margin:0px auto 10px auto;}
	#content{background:#fff; padding:0; margin:0;zoom:1;}
	
	#sponsors{width:560px; padding:20px;}
	#scantowin{width:360px; padding:20px;}
	
	#sponsors ul{margin:0;padding:0;list-style:none; width:560px;}
	#sponsors ul li{float:left; border-bottom:1px solid #ddd; padding:5px;}
	#sponsors ul li ul li{ border-bottom:0px solid #ddd; text-align:left;}
	#sponsors .image{width:200px; text-align:center;}
	#sponsors .text{width:340px; font-size:18px;}
	
	#footer{text-align:center;font-size:10px; margin:0px; padding:10px 0; background:#fff url('/images/layout/footer.png') no-repeat}
	
	.sections{padding:20px;}
	
	#nav{width:800px; margin:0 auto;}
	
	#howitworks{width:200px; height:51px; background:url('/images/layout/buttons/howitworks.png') 0 0 no-repeat;}
	#howitworks a{width:200px; height:51px; display:block; text-decoration:none;}
	#howitworks a:hover{background: url("/images/layout/buttons/howitworks.png") 0 -51px no-repeat;}
	#feature{width:200px; height:51px; background:url('/images/layout/buttons/feature.png') 0 0 no-repeat;}
	#feature a{width:200px; height:51px; display:block; text-decoration:none;}
	#feature a:hover{background: url("/images/layout/buttons/feature.png") 0 -51px no-repeat;}
	#aboutus{width:200px; height:51px; background:url('/images/layout/buttons/aboutus.png') 0 0 no-repeat;}
	#aboutus a{width:200px; height:51px; display:block; text-decoration:none;}
	#aboutus a:hover{background: url("/images/layout/buttons/aboutus.png") 0 -51px no-repeat;}
	#market{width:200px; height:51px; background:url('/images/layout/buttons/market.png') 0 0 no-repeat;}
	#market a{width:200px; height:51px; display:block; text-decoration:none;}
	#market a:hover{background: url("/images/layout/buttons/market.png") 0 -51px no-repeat;}
	
	.greenbar, .greenbar2{background:#cee069 url('/images/layout/greenbar.jpg') repeat-x; border:1px solid #fff; -webkit-box-shadow: #888 0 0 1px 1px;-moz-box-shadow: #888 0 0 1px 1px;-box-shadow: #888 0 0 1px 1px;}
	.greenbar2{background:#cee069;}
	.headergreen{background:rgb(199,214,95) url('/images/layout/headergreen.png') repeat-x;-webkit-box-shadow: #888 0 0 1px 1px;-moz-box-shadow: #888 0 0 1px 1px;-box-shadow: #888 0 0 1px 1px; margin:0 0 10px 0;}
	.content-heading{padding:6px; font-size:18px; font-weight:bold;text-shadow: -1px -1px white, -1px -1px #444; margin:2px 0;}
	.left{float:left;}
	.gradienthr{height:2px; font-size:0;background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(145,145,145) 50%, rgb(255,255,255) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(145,145,145)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgb(255,255,255) 0%,rgb(145,145,145) 50%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgb(255,255,255) 0%,rgb(145,145,145) 50%,rgb(255,255,255) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(left, rgb(255,255,255) 0%,rgb(145,145,145) 50%,rgb(255,255,255) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 */
		background: linear-gradient(left, rgb(255,255,255) 0%,rgb(145,145,145) 50%,rgb(255,255,255) 100%); /* W3C */
	}
	div{border:0px solid #bada55;}
	
	img.mobile{padding:10px; background:#fff; border:1px solid #bbb;}