body {
	background: black url(img/bg.png) repeat-x;
	background-position:center top;
	padding: 0;
	color: white;
	font-family: Helvetica, Helvetica Neue, Sans-serif;
	-webkit-font-smoothing: antialiased;
}

#container {
	width: 759px;
	margin: 68px auto;
}

#header {
}

#logo {
	display:inline-block; 
	text-indent: -9999px; 
	background:  url(img/title.png) no-repeat;
	height: 59px;
	width: 180px;
}

#links {
	float: right;
	font-size: 14px;
	margin-top: 44px;
	font-weight: bold;
}

#about {
	margin-top: 15px;
	padding-top: 28px;
	padding-bottom: 26px;
	border-top-width: 1px;
	border-top-color: #dfdfdf;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dfdfdf;
	border-bottom-style: solid;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-weight: regular;
	font-size: 23px;
	line-height: 1.7;
}

.available {
	color: #00ef49;
	text-shadow: #00ef49 0px 0px 20px;
	font-weight: bold;
}

.unavailable {
	color: #f30000;
	text-shadow: #f30000 0px 0px 20px;
	font-weight: bold;
}

#main {
	margin-top: 39px;
	margin-bottom: 800px;
	
}

#main ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#main ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	margin-bottom: 39px;
}

#main ul li:nth-child(even) {
	margin-left: 39px;
	
}

#downloads {
	margin-top: 36px;
}

#downloads ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#downloads ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	margin-bottom: 39px;
}

#downloads ul li:nth-child(even) {
	margin-left: 39px;
	
}


#footer {
	font-size: 10px;	
	font-weight: bold;
	color: white;
}

/* custom selection colors */

::-moz-selection {
    color: black;
    background: yellow;
    }
::selection {
    color: black;
    background: yellow;
    }


a {text-decoration: none; color: white; font-weight: bold;}
a:visited {text-decoration: none; color: white;}
a:active {text-decoration: none; color: white;}
a:hover {text-decoration: none; color: aqua;}