body {
	margin: 0px;
	padding: 0px;
	background: white url(images/bkgd.jpg);
	font: bold 16px Futura, Helvetica, Arial, sans-serif;
	position: relative;
	color: white;
	min-width: 700px;
	min-height: 540px;
	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;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 80px;
	
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	color: #ed008c;
}

h2 a {
	color: #2bba38;
}

#footer {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 1000;
}

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

#contra {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 800;
	padding: 50px;
}

#contra img {
	width: 100%;
	height: auto;
}

#vw {
	position: absolute;
	top: 25%;
	left: 0px;
	z-index: 800;
	padding: 25px 50px;
	width: 400px;
}

#vw img {
	width: 100%;
	height: auto;
}

#tracklisting {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 800;
	padding: 50px;
	width: 400px;
}

#tracklisting ul{
	position: absolute;
	text-indent: -5000em;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#tracklisting img{
	width: 100%;
	height: auto;
}

#date {
	position: absolute;
	bottom: -2px;
	right: 0px;
	z-index: 800;
	padding: 50px;
	width: 400px;
	margin: 0px;
}

#date img {
	width: 100%;
	height: auto;
}

#preorder {
	position: absolute;
	bottom: 57px;
	right: 0px;
	z-index: 900;
	padding: 50px;
	width: 400px;
	margin: 0px;
	text-align: right;
}

#preorder p{
	font-size: 18px;
}

#preorder p a{
	color: white;
}

#preorder p a:hover{
	opacity: 0.6;
}

#continue {
	position: absolute;
	bottom: 61px;
	right: 25px;
	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.2;
	margin: 0px 5px;
}#bottom a:hover{
	opacity: 0.8;
}

#backgroundmusic {
	opacity: 0;
}