html {
	overflow: scroll;
	background: url(/Images/bg1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font-family: 'Sanchez', serif;
	font-size: 15px;
	line-height: 22px;
}

h1 {
	font-family: 'Arimo', sans-serif;
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
	line-height: auto;
	color: #000;
	margin: 0;
	padding: 0;

}
h2 {
	font-family: 'Arimo', sans-serif;
	color: #39190d;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;

}
h3 {
	
	
}

audio {
	border: none;
	background-color: #39190d;
}







.left {
	margin:0;
	float: left;
	padding-left: 10px;
}
.right {
	margin:0;
	float: right;
	padding-right: 10px;
}


#landingcontainer {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#landingcontainer a {
	display: block;
	width: 60px;
	text-decoration: none;
	font-family: 'Arimo', sans-serif;
	color: #eee;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	border: 1px solid #eee;
	text-align: center;
	padding: 10px;
	margin: 30px auto 30px auto;


}

#artist a {
	text-decoration: none;
	color: #897050;
}
#artist a:hover {
	text-decoration: none;
	color: #483926;
}
#artist img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
 	box-shadow: 2px 2px 2px #888888;}
#artist  {
	font-family: 'Sanchez', serif;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	
}
#artist p {
	margin: 8px;
}
#introtext {
	margin-bottom: 20px;
	font-size: 10px;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	}

#introtext2 {
	padding-top: 10px;
	border-top: 1px solid #999;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 10px;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	}
#header {
	margin-bottom: 10px;
	
} 
#tagline {
	font-family: 'Sanchez', serif;
	text-align: center;
	font-size: 18px;
	color: #39190d;

}
#header img {
	margin-bottom: 5px;
}


#nav {
	padding: 20px;
	margin: 20px 0px;
	font-family: 'Arimo', sans-serif;
	color: #eee;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(57, 25, 13, 0.5);
}
#nav a {
	margin: 10px;
	text-decoration: none;
	color: #eee;
}
#nav a:hover {
	margin: 10px;
	text-decoration: none;
	color: #39190d;
}
#social {
	margin: 20px;
	text-align: center;
	float: center;

}
#main h3 {
	text-align: center;
}

#artist {
	margin: 20px 0px 20px 0px;
	border-bottom: 1px solid #999;
	width: 100%;
	min-height: 200px;

}
#cta {
	font-family: 'Arimo', sans-serif;
	color: #eee;
	font-size: 14px;
	line-height: 18px;
	width: 50%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #777;
	padding: 10px;
	background-color: rgba(57, 25, 13, 0.5);

}
#cta a {
	display: block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	text-transform: uppercase;
	color:#eee;
	background-color:#39190d;
	line-height: 18px;
	margin: 40px;
	padding:10px;
	border: 1px solid #999;
	text-decoration: none;
	text-align: center;
}
#cta a:hover {
	color:#eee;
	background-color: #755145;
}
#container {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.75);
}

#videobox {
	text-align: center;
	margin-bottom: 40px;
	width:100%;
}
#musicbox {
	text-align: center;
}
#footer {
	font-family: helvetica, sans-serif;
	font-weight: lighter;
	padding: 40px;
	font-size: 10px;
	text-transform: uppercase;
	color: #eee;

	background-color: rgba(57, 25, 13, 0.5);
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #FBDD08;;
	text-decoration: none;
}
#footer a:hover {
	color:997343;
}