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

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

a:link, a:visited
{
	color: #00dede; 
	text-decoration: none;
}

a:active, a:hover
{
	color: #ffffff; 
	text-decoration: none;
	background: #00dede;
}

h1
{
	text-indent: -1000em;
}

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

strong
{
	color: #00dede;
	background: #ffffff;
	font-weight: 900;
}

button
{
	/*background: url("files/button.png") top left no-repeat;
	width: 258px;
	height: 68px;
	border: none;
	text-indent: -1000em;
	cursor: pointer;*/
}

#header
{
	width: 800px;
	height: 140px;
	margin: auto;
	text-align: left;
	/*background: url("files/header.png") bottom center no-repeat;*/
}

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

#content
{
	width: 760px;
	margin: auto;
	padding-top: 1em;
	padding-bottom: 2em;
	text-align: left;
}

.author-link a
{
/*  
	display: block;
	width: 266px;
	height: 71px;
	text-indent: -1000em;
	 background: url("files/created-by.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: 15px;
}
 
a img
{
	border: none;
  text-decoration: none;
}

.attentionHeader
{
	font-family: Helvetica Neue Black Condensed,Arial Black,Arial,Sans-Serif;
	float: left;
	width: 440px;
	font-size: 1.5em; 
	margin-bottom: .7em;
}

.downloads
{
	width: 300px;
	float: right;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}

.description
{
	clear: both;
	width: 440px;
	padding-top: 1.2em;
}

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

#footer .contactLink
{
	float: left;
}

#footer .twitterLink
{
	float: left;
}

.brandingIcon 
{
	float: right; 
	margin-left: 5em;
	padding-left: 2em;
}

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

