html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
}
header {
	background: black;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 959px;
	#height: 110px;
	margin: 11px auto 0 auto;
	top: 12px;
	position: relative;
}
.player {
	height: 50px;
	width: 50px;
	top: -14px;
	position: relative;
}
.header-content {
	padding-top: 20px;
	padding-left: 20px;
}
.header-content a {
	height: 0px;
	width: 0px;
}
nav {
	padding: 0 0 5px 10px;
}
nav ul {
	margin: 0;
	padding-left: 0px;
}
nav li {
	display: inline;
	padding-right: 30px;
}
nav a {
	text-decoration: none;
	color: #7f8e91;
}
.header-content a {
	text-decoration: none;
}
a:hover {
	color: #81c8d5
}
body {
	background: #222e39 url(images/body-bg.gif) top right repeat;
	color: rgb(224,224,224);
	font-family: arial;
}
section {
	background: rgba(0, 0, 0, .5) repeat-y;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 959px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 30px 0 20px 0;
}
h1 {
	padding: 0;
	font-size: 2em;
	line-height: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}
h2 {
	font-weight: normal;
	line-height: 15px;
	font-size: 1.5em;
}
h3 {
	line-height: 15px;
	font-size: 1.17em;
	font-weight: normal;
}
h4 {

}
.images img {
	display: inline;
	padding-right: 5px;
	margin-top: 15px;
}
#wrapper {
	background: url(images/page-bg.png) no-repeat center top;
	top: -12px;
	position: relative;
}
section p {
	text-align: left;
	padding: 0 20px 0 20px;
	font-size: 1.2em;
}
a {
	color: #7f8e91;
}
ul {
	list-style-type: none;
}

.downloads {
	padding: 0;
	text-align: center;
}
.screenshots {
	text-align: center;
}
.screenshots img {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 959px;
}