/* Unchanged */
body {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/bkgd1/main.jpg);
	background-repeat: repeat;
	background-position: -900px;
}

a:link{
	color:#FF3399;
	outline:none;
	text-decoration:none;
}
a:visited{
	outline: none;
	text-decoration:none;
	color: #660033;
}
a:hover{
	color:#9900CC;
	outline: none;
	text-decoration: underline;
}

#content {
	width: 710px;
	padding: 10px;
	margin: 50px auto;
	margin: auto;
	background: url(images/surround.png);
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
	position: relative;
	z-index: 10;
}

#main {
	background: white;
	overflow: hidden;
	position: relative;
}

#header {
	text-align: center;
}

#album a{
	display: block;
	height: 80px;
	text-indent: -5000px;
	background-image: url(images/sts_bn.png);
	background-position: 0px top;
	width: 670px;
	margin: 20px;
}

#album a:hover {
	background-position: 0px bottom;
	text-indent: -5000px;
}

#nav {
	list-style: none;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
}

#nav li {
	float: left;
	height: 70px;
	
}

#nav li a{
	text-indent: -5000em;
	height: 30px;
	display: block;
	background-repeat: none;
	border: none;
}

#news a{
	display: block;
	height: 40px;
	text-indent: -9999px;
	background-image: url(images/nav.png);
	background-position: 0px top;
	width: 90px;
}

#news a:hover {
	background-position: 0px bottom;
}

#bio a{
	display: block;
	height: 40px;
	text-indent: -9999px;
	background-image: url(images/nav.png);
	background-position: -90px top;
	width: 90px;
}

#bio a:hover {
	background-position: -90px bottom;
}

#disco a{
	display: block;
	height: 40px;
	text-indent: -9999px;
	background-image: url(images/nav.png);
	background-position: -180px top;
	width: 90px;
}

#disco a:hover {
	background-position: -180px bottom;
}

#live a{
	display: block;
	height: 40px;
	text-indent: -9999px;
	background-image: url(images/nav.png);
	background-position: -270px top;
	width: 90px;
}

#live a:hover {
	background-position: -270px bottom;
}

#blog a{
	display: block;
	height: 40px;
	text-indent: -9999px;
	background-image: url(images/nav.png);
	background-position: -360px top;
	width: 90px;
}

#blog a:hover {
	background-position: -360px bottom;
}

#link a{
	display: block;
	height: 40px;
	text-indent: -9999px;
	background-image: url(images/nav.png);
	background-position: -450px top;
	width: 90px;
}

#link a:hover {
	background-position: -450px bottom;
}

#contact a{
	display: block;
	height: 40px;
	text-indent: -9999px;
	background-image: url(images/nav.png);
	background-position: -540px top;
	width: 90px;
}

#contact a:hover {
	background-position: -540px bottom;
}

#logo {
	margin: 0px;
	padding: 0px;
}

#logo a{
	text-indent: -5000em;
	height: 80px;
	width: 450px;
	display: block;
	background-repeat: none;
	background-image: url(images/logo.png);
	border: none;
	margin: 30px auto;
}

#contents {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}



#copy {
	overflow: hidden;
	text-align: center;
	padding: 30px;
}

body, html {
	min-height: 100%;
	position: relative;
}

body {
	padding: 50px;
}

#backgroundContainer {
	position: absolute;
	top: 0px;
	left: -9px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


#backgroundLayer1 {
	width: 110%;
	height: 110%;
	display: block;
	background: url(images/bkgd1/main.jpg) -900px 0px;
	z-index: 1;
	-webkit-transition: 0.2s ease-out;
}	

#backgroundLayer2 {
	width: 130%;
	height: 130%;
	display: block;
	background: url(images/bkgd1/star1.png) -200px -200px;
	z-index: 2;
}

#backgroundLayer3 {
	width: 170%;
	height: 170%;
	display: block;
	background: url(images/bkgd1/star2.png) 600px 500px;
	z-index: 6;
}

#backgroundLayer4 {
	width: 200%;
	height: 200%;
	display: block;
	background: url(images/bkgd1/star1.png) 700px 700px;
	z-index: 4;
}
