body{ 
font-family: 'Trebuchet MS', 'Lucida Grande',
Verdana, Lucida, Geneva, Helvetica, 
Arial, sans-serif;
padding:0;
margin:0;
text-align: center;
	background: black url('../img/background-dark.png') no-repeat 0 0;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	text-align: left;
	padding-bottom: 0;
	color: #dfdfdf;
}

#header {
	display: none;
}

#main {
	font-size: 0.9em;
}

h1,h2,h3 {
	color: #ecd7c7;
}

#nav {
	background: transparent url('../img/top_banner.png') no-repeat 10px 0;
	height: 120px;
	margin-top: 10px;
}


#nav ul {
	list-style: none;
	text-align: right;
	padding-right: 30px;
	padding-top: 80px;
	font-size: 16pt;
	font-weight: bold;
}

#nav ul li {
	display: inline;
	padding-left: 15px;
}

#nav a.selected {
	color: #2b511e;
}

#nav ul a:hover {
	text-decoration: none;
	color: #5b814e;
}

#footer {
	color: #323232;
	font-size: 0.7em;
	text-align: center;
}


#mainwindowimage {
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	z-index: -1;
	background: none;
}

#mainpadding {
	padding-top: 550px;
}

#downloads {
	float: right;
	margin-top: 70px;
	margin-right: 60px;
	background: transparent url('../img/nav_back.png') no-repeat 53px -14px;
}

#downloads th {
	text-align: center;
	font-weight: normal;
	font-size: 10pt;
	color: grey;
	padding-bottom: 14px;
}

#downloads td {
	width: 260px;
	font-weight: bold;
	font-size: 16pt;
}

#downloads img {
	width: 32px;
	height: 32px;
	float: left;
}

#downloads sub {
	display: block;
	font-size: 8pt;
	font-weight: normal;
}

p.download img {
	width: 48px;
	height: 48px;
	float: left;
}

p.download a {
	font-weight: bold;
}

#features {
padding:0; padding-right:30px;
}

#features a img{
	border:none;
}

#twitrpixlogo {
float:right;
}