 body {
	margin: auto;
	
	line-height: 23px;
	font-size: 13px;
	text-align: center;
	background-color: #cfcfcf;
	font-family: Helvetica, Verdana, Arial, sans-serif;

}
.globalContainer{
	background-image: url(../images/background.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}
.container {
	margin: auto;
	width: 804px;
	text-align: center;

}
.top_banner {
	padding-top: 10px;
	text-transform: uppercase;
	color: white;
	text-align: right;
	
	background-repeat: no-repeat;
	height: 297px;
	width: 804px;
}
.column {
	height: 190px;
	text-align: justify;
	float: left;
	width: 350px;
	margin-right: 50px;
}
.last_column {
	text-align: left;
	width: 656px;
}
h1 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
h2 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
.notes {
	padding-left: 74px;
	width: 804px;
	text-align: left;
}
.content {
	padding-left: 74px;
	text-align: center;
	width: 804px;
}
.main_content {
	text-align: center;
	margin: auto;
}
.screenshots {
	text-align: left;
	margin: auto;
	padding-left: 15px;
	padding-bottom: 15px;
	background-position: 0;
}
.screenshots img {
	background-position: center center;
	background-image: url(../images/loadingContact.gif);
	background-repeat: no-repeat;
	margin-right: 14px;
	margin-top: 15px;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
}
.top_banner a {
	color: white;
	float: right;
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 17px;
	margin-left: 30px;
	text-decoration: none;
}
.top_banner a:hover {
	text-decoration: none;
	color: #e2e2e2;
}
.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 {
	background-image: url(../images/footer.png);
	background-position: center 0px;
	background-repeat: no-repeat;
	padding-top: 70px;
	text-align: center;
	font-size: 11px;
	width:100%
	background-color:#ffffff;
}
.footer br {
	height: 1px;
}
.footer a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.stretch {
	
}
