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

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

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

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

h1
{
	text-indent: -1000em;
}

h2
{
	color: #ffcc00;
	margin-bottom: 0.7em;
	font-size: 1.1em;
}

strong
{
	font-weight: 900;
}

.download-section button
{
	width: 258px;
	height: 68px;
	border: none;
	text-indent: -1000em;
	cursor: pointer;
	margin-bottom: 0.5em;
}

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

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

#header
{
	width: 850px;
	height: 242px;
	margin: auto;
	text-align: left;
	background: url("../images/chroma-circuit.png") bottom center no-repeat;
}

#footer
{
	clear: both;
	width: 860px;
	margin: auto;
	font-size: 0.8em;
	font-weight: bold;
}

#content
{
	width: 860px;
	margin: auto;
	padding-top: 3em;
	text-align: left;
}

.author-link a
{
	display: block;
	width: 266px;
	height: 71px;
	text-indent: -1000em;
	background: url("../images/created-by-bowlerhat.png") top left no-repeat;
}

.author-link a:hover, .author-link a:active, .screenshots a:hover, .screenshots a:active
{
	border: none;
}

.screenshots
{
	list-style: none;
	text-align: center;
	background: #000000;
	padding: 16px;
}

.screenshots li
{
	display: inline;
	height: 180px;
	padding: 17px;
}

a img
{
	border: none;
}

.call-to-action
{
	float: left;
	width: 440px;
	font-size: 1.5em;
}

.download-section
{
	width: 350px;
	float: right;
	text-align: center;
}

.video-preview
{
	clear: right;
	margin-top: 30px;
	width: 350px;
	float: right;
	text-align: center;
}

.description
{
	clear: left;
	float: left;
	width: 440px;
	padding: 0em 0em 2em 0em;
}

.description p
{
	margin-bottom: 1.8em;
}

#footer .copyright
{
	float: left;
	margin-bottom: 1.5em;
}

#footer .twitter
{
	float: right;
}