 body {
	line-height: 23px;
	font-size: 13px;
	margin: auto;
	text-align: left;
	width: 910px;
	color: #9c9c9c;
	background-color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.top_banner {
	padding-top: 10px;
	text-transform: uppercase;
	color: white;
	text-align: right;
	background-position: 0 -100px;
	background-repeat: no-repeat;
	background-image: url(../images/header.png);
	height: 350px;
	width: 100%;
}
.column {
	text-align: justify;
	float: left;
	width: 267px;
	margin-right: 50px;
}
.last_column {
	float: left;
	width: 267px;
}
h1 {
	margin-bottom: 25px;
	font-size: 25px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
.content {
}
.main_content {
	height: 265px;
}
.title {
	text-align: center;
}
.screenshots {
	padding-left: 15px;
	padding-bottom: 15px;
	background-position: 0;
	background-color: #1c1c1c;
	height: 255px;
	width: 252px;
}
.screenshots img {
	background-position: center center;
	height: 69px;
	width: 110px;
	background-image: url(../images/loadingContact.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 14px;
	margin-top: 15px;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
}
.top_banner a {
	float: right;
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 17px;
	margin-left: 30px;
	text-decoration: none;
	color: #dddddd;
}
.top_banner a:hover {
	text-decoration: none;
	color: white;
}
.release {
	background-image: url(../images/star.png);
}
.home {
	background-image: url(../images/home.png);
}
.contact {
	background-image: url(../images/contact.png);
}
.donate {
	background-image: url(../images/donate.png);
}
.download {
	padding-top: 10px;
	padding-left: 70px;
	background-repeat: no-repeat;
	height: 65px;
	width: 267px;
}
.download span {
	padding-left: 15px;
}

.download a {
	padding-right: 17px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../images/download.png);
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #dddddd;
}
.download a:hover {
	background-image: url(../images/download-hover.png);
	color: white;
}
.osx {
	background-image: url(../images/osx.png);
}
.windows {
	background-image: url(../images/windows.png);
}
.jar {
	background-image: url(../images/java.png);
}
.contactForm {
	border-color: #767676;
	border-width: 1px;
	border-style: solid;
	display: none;
	float: right;
	margin: 0px;
	padding: 5px;
	width: 375px;
	background-color: #1c1c1c;

}
.contactForm form {
	float: left;
	width: 375px;
}
.contactForm textarea {
	width: 100%;
}
.mail {
	margin-left: -5000px;
	position: absolute;
}
.loading {
	display: none;
	text-align: center;
}
.feature {
	text-align: justify;
	padding: 5px;
	float: left;
	height: 50px;
	width: 445px;
}
.feature img {
	float: left;
}
.second_content {
	height: 210px;
	width: 100%;
	background-color: #1c1c1c;
}
.footer {
	text-align: center;
	font-size: 11px;
}
.footer br {
	height: 1px;
}
.footer a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #dddddd;
}
.footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

