body{
	background: #000000 url('../images/site-bg.jpg') repeat;
	color: #51b61e;
	padding: 0px;
	margin: 0px;
}

a:link,
a:visited,
a:active{
	color: #51b61e;
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: underline;
}

.clear{
	clear: both;
}

#wrapper{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#content-top{
	background: transparent url('../images/content-top.png') no-repeat center bottom;
	height: 70px;
	width: 1000px;
}

#content{
	text-align: left;
	background: transparent url('../images/content-bg.png') repeat-y center;
	width: 850px;
	padding: 1px 75px 25px 75px;
	font-size: 13pt;
}

#content-bottom{
	background: transparent url('../images/content-bottom.png') no-repeat center top;
	height: 70px;
	width: 1000px;
}


img#icon{
	float: left;
	margin: 0px 25px 25px 0;
}

a img{ border: none;}

#formDiv input{
	color: #51b61e;
	background: #000000;
	border: 1px solid #51b61e;
}
#supportForm textarea{
	color: #51b61e;
	background: #000000;
	border: 1px solid #51b61e;
}

#supportForm .label{
	text-align: right;
}

#supportForm label{
	margin-right:.5em;
}

#screenshots, #video{
	text-align: center;
	margin: 20px 0;
}

#screenshots a img{
	display: inline;
	border: none;
}

#screenshots a{
	margin-right: 25px;
	outline: none;
}

#footer{
	text-align: center;
	margin-top: 50px;
}

#footerLinks{
	margin-bottom: 5px;
}

#footerLinks a{
	padding-right: 5px;
	border-right: 1px solid #51b61e;
	margin-left: 5px;
}

#footerLinks a.first{
	margin-left: 0px;
}

#footerLinks a.last{
	border-right: none;
}