body {
	margin: 0px;
	padding: 0px;
	background: #e6eaef url(../images/bkgd.jpg);
	font: 12px Georgia, serif;
	position: relative;
	color: black;
	min-width: 700px;
	min-height: 540px;
	overflow: hidden;
	min-width: 770px;
}

body, html {
	height: 100%;
}

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

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

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

#main {
	z-index: 500;
	overflow:hidden;
}

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

#bordertop{
	width:100%;
	height:4px;
	background:url(images/border.gif);
	left:0px;
	z-index:100;
	top:80px;
	position:absolute;
}

#content {
	position: relative;
	width: 820px;
	z-index: 800;
	margin: 10% auto;
	text-align: center;
	overflow:hidden;
	padding-top:100px;
}

#container {
	position: relative;
	z-index: 700;
	height: 100%;
	overflow: hidden;
}


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

#continue:hover {
	opacity: 0.9;
}

#continue img{
	width: 250px;
}



#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;
}
#left{
	width: 300px;
	float: left;
	margin-right: 70px;
	margin-left:58px;
	position: relative;
	height:450px;
	overflow:hidden;
}
#album {
	width: 300px;
	height: 300px;
	background: #ace0f0;
	
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.45);
	
}

#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;
}

#packshot.hide {
	opacity: 0;
}

#comments {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	background: #fff;
	text-align: left;
	padding: 5px;
	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;
	font-size: 12px;
}

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

#more {
}


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

#comments_toggle.hint {
	opacity: 0.5;
}

#comments_toggle {
	position:absolute;
	top:300px;
	left:100px;
	z-index: 1002;
	color: black;
	opacity: 1;
	xdisplay: none;
	margin-top:15px;
}#comments_toggle:hover {
	opacity: 0.5;
}
#release{
	position:relative;
	width:745px;
	margin:auto;
}
#release_date {
	display: block;
	text-indent: -5000em;
	height: 17px;
	width: 234px;
	background:url(images/releasedate.gif) top center no-repeat;
	margin-top:25px;
	margin-bottom:10px;
	
	position:absolute;
	top:8px;
	left:50px;
	z-index:500;
}
#clickthrough{
	position:absolute;
	top:15px;
	right:20px;
	z-index:1001;
}
#footer{
	width:100%;
	height:80px;
	background:url(images/border.gif) top center repeat-x;
	left:0px;
	z-index:901;
	bottom:0px;
	position:absolute;	
	text-align:center;
}
#footercontent{
	width:820px;
	margin:auto;
	z-index:500;
}
#footercontentcnt{
	position:absolute;
	z-index:500;
}
#logo4ad{	
	position:absolute;
	width:100%;
	top:27px;
}
#footer4ad{
	display: block;
	text-indent: -5000em;
	height: 21px;
	width: 54px;
	background:url(images/4ad.gif) top center no-repeat;	
	margin:auto;
	margin-top:18px;
}
#footerleft{
	margin-top:33px; 
	float:left;
	margin-left:130px; 
}
#footerright{
	margin-top:33px; 
	margin-left:90px; 
	float:right;
}