html,body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote
{
	margin:0px;padding:0px;
}

html
{
	background: #011422 url("../images/background.jpg") repeat-x;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 10px;
}

body
{
	width: 960px;
	text-align: left;
	margin: auto;
}

h1,h2,h3,h4,h5,h6
{
	color: #aaf137;
}

h1
{
	background: url("../images/logo.png") top left no-repeat;
	text-indent: -1000em;
	width: 357px;
	height: 210px;
	float: left;
}

h2
{
	font-size: 1.3em;
	margin-bottom: 0.4em;
}

a:link, a:visited
{
	color: #aaf137;
	border-bottom: solid 1px transparent;
	text-decoration: none;
}

a:active, a:hover
{
	color: #ffffff;
	border-bottom: solid 1px #aaf137;
	text-decoration: none;
}

a img
{
	border: none;
}

#header
{
	padding-top: 44px;
}

#header .screenshots
{
	padding-top: 18px;
	float: right;
}

#header .screenshots li
{
	display: inline;
	margin-left: 30px;
}

#content
{
	clear: both;
	padding-top: 50px;
}

#content .call-to-action
{
	width: 560px;
	float: left;
	font-size: 3em;
	margin-bottom: 60px;
}

#content .download-section
{
	float: right;
	width: 350px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
}

#content .download-section button
{
	width: 282px;
	height: 77px;
	border: none;
	text-indent: -1000em;
	cursor: pointer;
	margin-bottom: 0.5em;
}

#content .download-section button#iphone-button
{
	background: url("../images/iphone-download-button.png") top left no-repeat;
}

#content .download-section button#android-button
{
	background: url("../images/android-coming-soon-button.png") top left no-repeat;
}

#content .video-preview
{
	float: right;
	width: 350px;
	text-align: center;
	padding-top: 30px;
}

#content .description
{
	width: 525px;
	font-size: 1.8em;
	line-height: 1.6em;
}

#content .description p, #content .description ul
{
	margin-bottom: 1.5em;
}

#content .description ul
{
	padding-left: 2em;
	list-style-image: url("../images/bullet.png");
}

#content .description ul li
{
	padding-left: 0.5em;
}

#footer .bowlerhat
{
	float: left;
	padding-bottom: 1.6em;
}

#footer .bowlerhat-link
{
	display: block;
	width: 275px;
	height: 63px;
	background: url("../images/createdby.png") top left no-repeat;
	text-indent: -1000em;
}

#footer .twitter
{
	font-size: 1.7em;
	float: right;
	padding-top: 40px;
}