body {
	margin: 0px;
	padding: 0px;
	background: white url(img/bg.jpg);
	font: bold 16px Futura, Helvetica, Arial, sans-serif;
	position: relative;
	color: white;
	min-width: 700px;
	min-height: 650px;
	overflow: hidden;
	min-width: 770px;
	text-transform: uppercase;
}

body, html {
	height: 100%;
}

a {
	color: black;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
}
a:active {
	opacity: 0.6;
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

#header {
	height: 0px;
	xbackground: black;
	position: relative;
}

#main, #main embed, #main object {
	z-index: 700;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

#content {
	position: relative;
	width: 888px;
	z-index: 800;
	margin: 50px auto;
	text-align: center;
}

#container {
	position: relative;
	z-index: 700;
	height: 100%;
	overflow: hidden;
	margin: 25px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	background: #4280c0;
}


#continue {
	position: absolute;
	bottom: 61px;
	right: 50px;
	z-index: 800;
	opacity: 0.2;
}

#continue:hover {
	opacity: 0.9;
}

#continue img{
	width: 250px;
}

#bottom {
	position: absolute;
	bottom: 26px;
	right: 25px;
	z-index: 800;
	color: rgba(0,0,0,0.1);
}

#bottom a{
	opacity: 0.3;
	margin: 0px 5px;
}#bottom a:hover{
	opacity: 0.8;
}

#preorder {
	position: absolute;
	bottom: 26px;
	left: 25px;
	z-index: 800;
	color: rgba(0,0,0,0.3);
}

#preorder a{
	opacity: 0.3;
	margin: 0px 5px;
}#preorder a:hover{
	opacity: 0.8;
}

#embedcode {
	background: black;
	background: rgba(0,0,0,0.9);
	padding: 30px;
	width: 500px;
	margin: auto;
	z-index: 2000;
	position: absolute;
	margin-top: -150px;
	margin-top: -2000px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.6s ease-out;
	top: 200px;
	left: 194px;
}

#embedcode textarea {
	width: 400px;
	height: 100px;
}

#embedcode a {
	color: white;
}

#album {
	width: 498px;
	height: 506px;
	background: #ace0f0;
	float: left;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.45);
	margin-right: 50px;
	position: relative;
}

#packshot {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	z-index: 1000;
	xopacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	width: 500px;
	height: 507px;
}

#packshot.hide {
	opacity: 0;
}

#comments {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 446px;
	height: 454px;
	background: #ace0f0;
	text-align: left;
	padding: 26px;
	z-index: 1001;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

#comments.hide {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#comments h3{
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}

#player {
	width: 340px;
	min-height: 100px;
	float: left;
	text-align: justify;
	font-size: 26px;
}

#player a{
	color: white;
}#player a:hover{
	opacity: 0.5;
}

#more {
	margin-top: 40px;
	position: relative;
	font-size: 24px;
	border: 2px solid #FFF;
}

#more span {
	position: absolute;
	right: 6px;
}

#comments_toggle.hide {
	color: white;
	opacity: 1;
}

#comments_toggle.hint {
	opacity: 0.5;
}

#comments_toggle {
	position: absolute;
	bottom: 3px;
	right: 26px;
	z-index: 1002;
	color: black;
	opacity: 0.1;
	display: none;
}#comments_toggle:hover {
	opacity: 0.8;
}

#release_date {
	position: absolute;
	bottom: -50px;
	left: 0px;
}

