body {
	width: 900px;
	margin: 0 auto;
	color: #FFF;
	font: 13px Arial, Helvetica, sans-serif; 
	background-color: #000;
}

a {
	color: #FCB830;
	text-decoration: none;
	outline: none;
}

a:hover { color: #FFF; }

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 1em;
	padding: 0;
}

img { border: none; }

#header {
	position: relative;
	height: 280px;
	background-image: url("header.jpg");
}

#header h1 {
	margin-bottom: 0;
	text-indent: -9999px;
}

#header h2 {
	margin-bottom: 0;
	text-indent: -9999px;
}

#header h3 {
	position: absolute;
	top: 0px;
	right: 34px;
	width: 430px;
	height: 280px;
	margin-bottom: 0;
}

#header h3 a {
	display: block;
	width: 430px;
	height: 280px;
	text-indent: -9999px;
}

#content_wrap { background: url("content_bg.jpg") no-repeat; }

#content {
	width: 738px;
	margin-left: 81px;
}

#content div.preview, #content div.download { height: 59px; margin-bottom: 19px; }
#content div.preview { background-image: url("preview_bg.jpg"); }
#content div.download { background-image: url("download_bg.jpg"); }

#content h3 {
	padding: 8px 0 0 20px;
	font-size: 29px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

#content #player {
	height: 490px;
	margin-bottom: 18px;
	background-image: url("player_bg.jpg");
}

#content iframe { margin: 20px; }

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

#content ul li {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: #434E53 1px dotted;
}

#content ul li h4 {
	margin-bottom: .4em;
	color: #FCB830;
	font-size: 19px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

#content ul li p {
	color: #DCE8EE;
	line-height: 1.3em;
}

#content ul li a.button {
	display: inline-block;
	padding: 8px 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 -1px 2px #333;
	background-color: #335466;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 4px #222;
	-webkit-box-shadow: 0 1px 4px #222;
	box-shadow: 0 1px 3px #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#35607C), to(#214558));
	background-image: -moz-linear-gradient(top, #35607C, #214558);
}

#content ul li a.button:hover {
	color: #FCB830;
	text-decoration: none;
}

#content ul li a.warning {
	display: inline-block;
	height: 23px;
	margin-left: 1.5em;
	padding-left: 30px;
	font-weight: bold;
	line-height: 23px;
	text-transform: uppercase;
	background: url("warning.png") no-repeat;
}

#content ul li a.warning:hover {
	text-decoration: none;
	color: #F00;
}

#content h3.next { padding-left: 0; }

#content p.legal {
	margin-bottom: 20px;
	color: #95A8B2;
	font-size: 11px;
}
