/* HTML Tags */
body {
	background: url(../images/bg_night.jpg) no-repeat #000b1d;
	min-height: 1200px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: "Myriad Pro", Arial, sans-serif;
}

a {
	color: #558cc4;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #1e70c4;
}






/* Custom CSS */
#container {
	width: 1008px;
	margin: 0 auto;
	z-index: -1;
}

#header {
	width: 1008px;
	height: 162px;
	margin: 0 auto;
}

#header_image {
	width: 536px;
	height: 142px;
	margin: 10px 0 0 236px;
}

#navigation {
	width: 975px;
	height: 62px;
	margin: 0 auto;
	background: url(../images/nav_bg.png) no-repeat;
	z-index: 20;
	position:relative;
}

#navigation .item {
	float:left;
	margin-right: 55px;
	margin-top: 20px;
	height: 23px;
	border: none;
	z-index: 20;
	position:relative;
}

#navigation .first {
	margin-left: 50px;
}

#content {
	width: 1008px;
	height: 832px;
	margin: -50px auto 0px auto;
	background: url(../images/level_outline.png) no-repeat 0px 70px;
	z-index: 1;
	position: relative;
}

#island {
	width: 511px;
	height: 545px;
	margin-left: 525px;
	margin-top: -386px;
	z-index: -1;
	position: relative;
	float:left;
}

#platform {
	width: 74px;
	height: 64px;
	background: url(../images/platform.png) no-repeat;
	margin-top: -138px;
	margin-left: 188px;
	position: relative;
	float:left;
	z-index: -1;
}

#platform_downloads {
	width: 74px;
	height: 64px;
	background: url(../images/platform.png) no-repeat;
	margin-top: -250px;
	margin-left: 300px;
	position: relative;
	float:left;
	z-index: -1;
}

#trailer {
	width: 1008px;
	height: 658px;
	margin: 0px auto;
	background: url(../images/trailer_shadow.png) no-repeat;
	padding-top: 95px;
	padding-left: 93px;
	z-index: 999;
}

#downloads, #reviews, #media {
	width: 1008px;
	height: 658px;
	margin: 0px auto;
	padding-top: 95px;
	padding-left: 93px;
	z-index: 99;
}

#downloads p {
	width: 750px;
}

#download_buttons {
	margin-top: 50px;
	height: 500px;
	position:relative;
}

#download_buttons img {
	margin-left: 70px;
	z-index: 20;
}

.review {
	margin-bottom: 10px;
	font-weight: bold;
	position:relative;
}

#summary {
	margin-top: 15px;
	margin-left: 20px;
}

#summary_text_1 {
	width: 600px;
	margin-left: 25px;
	margin-top: -5px;
}

#summary_text_2 {
	width: 600px;
	margin-left: 195px;
	margin-top: 15px;
}

#demo_now {
	width: 347px;
	height: 32px;
	margin-right: 531px;
	margin-top: 19px;
	border: none;
	float:right;
	position:relative;
	z-index: 20;
}

#screenshots {
	margin-left: -17px;
}

#music_title {
	margin-top: 25px;
}

.song {
	margin-bottom: 10px;
	margin-top: 10px;
}

.song strong {
	display:block;
}

.transparent {
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

.thumb {
	float:left;
	width: 200px;
	height: 113px;
	margin-right: 8px;
	margin-bottom: 10px;
}

.thumb img {
	border: 1px solid #FFFFFF;
}

#social {
	float:right;
	margin-top: -110px;
	margin-right: 330px;
}

.roll {
	border: none;
	position:relative;
	z-index: 20;
}

.cleardiv {
	clear:both;
}
