body {
	background-color: #fff6d1;
	margin: 0;
	padding: 0;
	font: 11px/15px "Lucida Grande", Sans-Serif;
	color: #404040;
	word-spacing: 1px;
}

#page {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 160px;
	background: url(images/header.png) no-repeat;
	text-align: right;
	position: relative;
	padding-right: 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
     #header {background: url(images/header@2x.png) no-repeat; background-size: 640px 160px;}
}

/* @group header */

#header ul {
	margin: 0;
	padding: 0;
	bottom: 0;
	position: absolute;
	right: 6px;
}

#header li {
	background-image: url(images/tab.png);
	width: 98px;
	text-align: center;
	padding-top: 6px;
	height: 20px;
	display: inline;
	float: left;
}

#header li a {
	font-size: 13px;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
}

#download {
	background: url(images/download.png) no-repeat;
	position: absolute;
	right: 4px;
	width: 99px;
	height: 60px;
	text-align: center;
	padding-top: 7px;
	padding-right: 15px;
	margin-right: 28px;
	margin-top: 35px;
	color: #fff;
	text-shadow: #000 0 1px 1px;
	font-weight: bold;
	padding-left: 50px;
	font-size: 10px;
	line-height: 17px;
}

#download a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #000 0 1px 1px;
}

#download a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #000 0 1px 1px;
}

#download a.download {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #000 0 1px 2px;
	font-size: 20px;
	position: relative;
	top: 12px;
}

#twitterlink {
	position: absolute;
	height: 30px;
	text-align: center;
	color: #fff;
	text-shadow: #000 0 1px 1px;
	font-weight: bold;
	font-size: 10px;
	line-height: 17px;
	right: 34px;
	top: 106px;
	width: 160px;
}

/* @end */

#content {
	background: url(images/page.png) repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}

#newversion {
	text-align:center;
	font-size: 20px;
	padding-bottom: 10px;
}

#footer {
	width: 640px;
	height: 15px;
	background: url(images/footer.png) center bottom;
	text-align: center;
	font-size: 10px;
	margin-top: 0;
}

#copyright {
	width: 640px;
	height: 34px;
	text-align: center;
	font-size: 9px;
	margin-top: 0;
	padding-top: 4px;
	color: #7d7c74;
	padding-bottom: 4px;
}

/* @group features */

#features {
	padding-top: 15px;
	padding-bottom: 15px;
}

#left {
	width: 300px;
	float: left;
}

#right {
	width: 300px;
	float: right;
}

.feature {
	padding-left: 42px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.feature h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.featureicon {
	float: left;
	clear: both;
	padding: 5px;
	margin-left: -42px;
	width: 32px;
	height: 32px;
}



/* @end */

/* @group requirements */

#requirements {
	padding-top: 15px;
	padding-bottom: 15px;
}

#requirements .universal {
	float: left;
	clear: both;
	margin-right: 10px;
	width: 95px;
	height: 60px;
}



/* @end */

/* @group Screenshots */

#screenshots {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#indie_relief 
{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#screenshots ul {
	margin: 0;
	padding: 0;
}

#screenshots li {
	display: inline;
	padding: 0;
	margin: 0 15px;
}

table.simpletable table, td, tr, th {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 15px;
}

/* @end */

.clear {
	clear: both;
}

.break {
	height: 1px;
	border-bottom: 1px solid #919191;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	
}

h2 {
	
}

h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}

img
{  border-style: none;
}

pre 
{
	margin-left: 10px;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-size: 10pt;
}