@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body, #main {
	height:100%;
}

body {
	background:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#main {
	background:#ffffff;
	width:900px;
	margin:auto;
}

#header {
	background:url('../images/header.jpg') no-repeat #ffffff;
	height:250px;
	width:900px;
}

#soon {
	height:50px;
	line-height:50px;
	color:#ffffff;
	background:#000000;
	width:900px;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal;
}

#due {
	font-weight:normal;
	font-size:32px;
	text-align:center;
	line-height:80px;
	text-transform:uppercase;
	width:600px;
	border-top:1px solid #000000;
	margin:0 auto;
}

#media {
	width:600px;
	border-top:1px solid #000000;
	margin:auto;
	padding:10px 0;
	height:290px;
}

#social {
	float:left;
	display:inline;
	width:124px;
	height:189px;
	padding:0 10px;
	margin-top:50px;
}

#social a {
	background:red;
	display:inline;
	width:42px;
	height:43px;
	margin:10px;
	float:left;
}

#social img {
	border:0;
}

#reverb {
	float:left;
	display:inline;
	width:436px;
	height:169px;
	margin:10px 0 0;
}

#debut {
	width:600px;
	margin:auto;
	padding:20px 0;
}

#album {
	width:275px;
	height:200px;
	float:left;
	display:inline;	
}

#album h3 {
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:24px;
}

#album #cover {
	float:left;
	display:inline;
	margin:0 20px;
}

#album ul {
	float:left;
	list-style:none;
}

#album li {
	height:43px;
	line-height:43px;
	margin:0;
}

#album a {
	text-decoration:none;
	color:#000000;
	line-height:43px;
	display:block;
	height:43px;
	width:121px;
}

#album a img {
	border:0;
	float:left;
	display:inline;
	margin-right:10px;
}

#video {
	width:325px;
	height:200px;
	float:left;
	display:inline;	
}