body
{
	margin: 0;
	padding: 0;
	background-image: url(images/ground.jpg);
	background-repeat: repeat-x;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 16px;
	line-height: 150%;
}

#promo
{
	width: 940px;
	height: 543px;
	padding: 0;
	margin: 0 auto;
	background-image: url(images/now-what-do-we-do.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#main
{
	width: 940px;
	margin: 0 auto;
	/*background-color: blue;*/
	height: 700px;
}

#blurb
{
	/*width: 440px;
	height: 250px;
	background-color: red;*/
	float: left;
	padding: 50px 0 30px 0;
	margin: 0 50px 0 0;
	
}

#signup
{
	width: 450px;
	/*background-color: red;*/
	float: left;
	padding: 60px 0 0 0;
}

 #mc_embed_signup
 {
 	background:#fff; 
 	clear:left; 
 	font-family: 'Quattrocento Sans', sans-serif; 
 	font-size: 18px; 
 	width:700px; 
 	color:#50C692;
 	padding: 31px 0 0 0;
 }

#thestory
{
	width: 940px;
	clear: both;
	margin: 40px 0 0 0;
}

#thestory img
{
	float: right;
	margin: 6px 0 10px 70px;
}

 #platforms
 {
 	width: 750px;
 	text-align: center;
 	margin: 75px auto 75px;
 	clear: both;
 }

 #platforms img
 {
 	margin: 30px;
 }

 #footer
 {
 	background-image: url(images/footer.jpg);
 	background-position: bottom center;
 	background-repeat: repeat-x;
 	height: 200px;
 	padding-top: 300px;
 	margin: 0 auto 0 auto;
 	width: 100%;
}

#presskit
{
	width: 750px;
 	text-align: center;
 	margin: 75px auto 75px;
 	clear: both;
}

a:link, a:active, a:visited
{
	color: #59BFD6;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}