@charset "utf-8";
/* CSS Document */

body{
	background-color:#220000;
	background-image: url("images/middle_bg.png");
	background-position: top left;
	background-repeat:repeat-x;
	margin:0px;
	padding: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	color:#FFF;
}

img {
	border: none;
}

img.release{
	width: 150px;
}

img.band{
	background-color:#999;
	border:#999 6px solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;	
}

a {
	color:#ccffff;
	text-decoration: none;
}

a:hover {
	color:#ffcc00;
}

.sn_logo{
	position:relative;
	bottom: 0px;
}

.sn_logo:hover {
	margin-bottom: -10px;
}


.middle_bit{
	width:1000px;
	height: 720px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}


.sn_bit{
	position:relative;
	height: 360px;
}

.twit{
	position:relative;
	float:left;
	width:250px;
	height:352px;
	background-color:#999;
	border:#999 6px solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;	
	margin-right: 15px;
}



.vid{
	position:relative;
	float:left;
	width:425px;
	height:352px;
	background-color:#999;
	border:#999 6px solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;	
	margin-right: 15px;
}

.fb_like{
	position:relative;
	float:left;
	width:250px;
	height:352px;
	background-color:#999;
	background-image: url("images/fb_bg.png");
	background-position: top left;
	background-repeat:repeat-x;
	border:#999 6px solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;	
}




.buy_bit{
	position:relative;
	width:750px;
	height: 650px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}



.buy_LP{
	position:relative;
	padding: 3px;
	top: 20px;
	height: 157px;
	background-color:#999;
	background-image: url("images/buy_bg.png");
	background-position: top left;
	background-repeat:repeat-x;
	border:#999 6px solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;	
}

.buy_EP{
	position:relative;
	padding: 3px;
	top: 40px;
	height: 157px;
	background-color:#999;
	background-image: url("images/buy_bg.png");
	background-position: top left;
	background-repeat:repeat-x;
	border:#999 6px solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;	
}


.free_dl{
	position:relative;
	padding: 3px;
	top: 60px;
	height: 114px;
	background-color:#999;
	background-image: url("images/buy_bg.png");
	background-position: top left;
	background-repeat:repeat-x;
	border:#999 6px solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;	
}

.release_image{
	position: relative;
	float: left;
	width: 160px;
	text-align:left;
}

.release_info{
	position: relative;
	float: left;
	width: 150px;
	vertical-align:top;
	text-align:left;
}

.release_audio{
	position: relative;
	float: left;
	width: 400px;
}

.dl_info{
	position: relative;
	float: left;
	vertical-align:top;
	text-align:left;
}

.bottom_banner{
	background-color:#220000;
	width:100%;
	height: 650px;
	text-align:center;
	position:absolute;
	left:0px;
	top:1459px;
}

