body {
	margin: auto;
	margin-top: 50px;
	padding: 0px;
	font-family: arial, trebuchet ms, helvetica, sans;
	font-size: 12px;
	line-height: 17px;
	color: #3d3d3d;
}

#container {
	width: 500px;
	margin: auto;
	background: #FFFFFF;
	overflow: auto;
	padding: 10px;
}

#logo {
	float: left;
	width: 100%;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 50px;
	background: url(images/logo.png) no-repeat 20px 0px;
}

#intro {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#releases {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#donate {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#demo {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#screenshots {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#footer {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

h2 {
	color: #6fef1b;
	font-weight: normal;
	font-size: 26px;
	border-bottom: 1px dotted #9d9c9c;
	padding-bottom: 3px;
}

h3 {
	color: #3d3d3d;
	font-weight: normal;
	font-size: 28px;
	text-align: center;
	margin: 0px;
}

a {
	color: #6fef1b;
	font-weight: bold;
	text-decoration: none;
}

h3 a {
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #3d3d3d;
	border-bottom: 3px solid #6fef1b;
}

ul.releases {
	list-style: none;
}

ul.releases li {
	background: url(images/arrow_right.gif) no-repeat 0px 2px;
	display: block;
	margin: 0px;
	padding-left: 20px;
}

img {
	padding: 0px;
	margin: 0px;
}

img.screenshot {
	padding: 3px;
	border: 1px solid #999999;
	margin: 5px;
}

