body {
	margin:0;
	background-color: #080904;
	color:#AA8D3D;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header {
	background-image:url(../img/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	height:225px;
	width:100%;
	z-index:-1;
}

#container {
	border: solid #080904 thin;
	position:absolute;
	width:930px;
	height:678px;
	margin-top:-339px;
	margin-left:-465px;
	top:50%;
	left:50%;
	background-image: url(../img/bg4.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

#content, img {
	z-index:1;
}

#content, #navbar, #signup {
	margin:0 auto 0 auto;
	width:800px;
	z-index:10;
}

#content {
	margin-top:180px;
}

#photo {
	width:380px;
	height:261px;
	margin:0 auto 0 auto;
}

#music {
	position:absolute;
	width:58px;
	height:35px;
	top:395px;
	margin-left:170px;
	}
	
#music a {
	color:transparent; border:none;
}

/*-- NAVIGATION --*/

#nav {
	width: 505px;
	height: 36px;
	background: url(../img/linksprites2.jpg) no-repeat;
	margin:0 110px 0 auto;
	position:relative;
}

#navbar {
	margin-top:25px;
}

#nav li {
	margin:0; padding:0; list-style:none; position:absolute; top:0;
}

#nav li, #nav a {
	height:36px; display:block;text-indent: -9000px;
	text-decoration:none;
	border:none;
}

#nav a:active, #nav a:visited { color:transparent; border:none;}

#facebook {left:0; width:128px; margin-left:10px;}
#itunes {left:128px; width:111px;}
#blog {left:239px; width:75px;}
#store {left:314px; width:80px;}
#twitter {left:394px; width:110px;}

#facebook a:hover {
	background: transparent url(../img/linksprites.jpg) 0 -36px no-repeat;
	}
#itunes a:hover {
	background: transparent url(../img/linksprites.jpg) -128px -36px no-repeat;
	}
#blog a:hover {
	background: transparent url(../img/linksprites.jpg) -239px -36px no-repeat;
	}
#store a:hover {
	background: transparent url(../img/linksprites.jpg) -314px -36px no-repeat;
	}
#twitter a:hover {
	background: transparent url(../img/linksprites.jpg) -394px -36px no-repeat;
	}
	
#footer {
	height:184px;
	width:100%;
	position:relative;
}	

#signup img{
	margin-top:33px;
	}

#signup {
	z-index:10;
	width:497px;
	margin:0 auto 0 auto;
	padding-left:10px;
}

#signup img{
	margin-bottom:0;
	}

#signup #item {
	width:140px;
	float:left;
	}

label
{
background-image:url(../img/emailsprites.jpg);
width:53px;
height:20px;
font-weight:bold;
margin-right: 0.5em;
display: block;
float:left;
text-align: right;
}

#lname {
	background:url(../img/emailsprites.jpg) no-repeat;
}

#lemail {
	background:url(../img/emailsprites.jpg) 0 -31px no-repeat;
}

#lstate {
	background:url(../img/emailsprites.jpg) 0 -61px no-repeat;
}

#lzip {
	background:url(../img/emailsprites2.png) -10px -85px no-repeat;
	width:28px;
}

input, select
{
color: #AA8D3D;
background-color:#11120C;
border: 1px solid #AA8D3D;
float:left;
margin-right: 0.5em;
padding:2px;
}

.sbutton {
	margin-top:20px;
	width:50px;
	cursor:pointer;

}

#player {
	visibility:hidden;
	}

#lrabtag {
	text-align:center;
	width:400px;
	margin:45px auto 0 auto;
	color:#372D12;
	}
	
#lrabtag a {
	color:#372D12;
}

#lrabtag a:hover {
	color:#AA8D3D;
}

