@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#ffffff;
	line-height:130%;
	margin:0px;
}
img {
	border-style:none;
}
a:link, a:visited, a:active  {
	color:#ffffff;
	text-decoration:none;
}
.quote {
	color:#dd772c;
	font-style:italic;
}

a:hover {
	color:#F58DB0;
	text-decoration:none;
}

h4 {
	padding-bottom:6px;
	margin:0px;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

#container {
	width:100%;
	height:100%;
	margin:0;
}


#container #main {
	width:500px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#container #main2 {
	width:500px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
#container #main #band{
	background-image:url(Images/band_image.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:500px;
	height:200px;
}

#container #main #band2{
	background-image:url(Images/band_image2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:500px;
	height:350px;
}
#container #main2 #band2{
	background-image:url(Images/band_image2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:500px;
	height:350px;
}
#container #main #comments {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	padding-top:80px;
	text-align:center;
}

#container #main #signup {
	margin-top:35px;
}


#container #main #links {
	width:272px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	height:14px;
	
}

#container #main #logo {
	background-image:url(Images/logo.jpg);
	width:163px;
	height:56px;
	margin-left:170px;
	margin-top:35px;
}

#container #main #logo2 {
	width:163px;
	height:56px;
	margin-left:170px;
	margin-right:auto;
	margin-top:35px;
}

#container #main #ny2sy {
	width:52px;
	height:79px;
	margin-left:220px;
	margin-top:25px;
}

#container #main #ridge {
	height:20px;
	width:20px;
	margin-left:236px;
	margin-top:65px;

}

