html,body {
	margin: 0;
	padding: 0;
	position: relative;
}

body {

	background-color: #000;
	font-family:"Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;

	overflow-x: hidden;
}

a {
	color: #fff;
}

input {
	padding: 5px;
	border: 1px solid #888;
	border-radius: 3px;
	display: block;
}

input[type="checkbox"] {
	margin: none !important;
	background: none !important;
	border: none !important;
	display: inline !important;
	margin: 0;
}

input[type="password"], input[type="text"], input[type="search"], textarea {
	display: block;
	margin: 0 0 .5em 0;
	padding: 10px;
	color: #ddd;
	background: #333;
	border-radius: 3px;
	border: 1px solid #555;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	max-width: 250px;
}

button, input[type="submit"] {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #999999) );
	background:-moz-linear-gradient( center top, #ededed 5%, #999999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#999999');

	background-color:#ededed;

	border-radius: 3px;

	border:2px solid #dcdcdc;

	color:#333;

	font-size:12px;
	font-weight:normal;
	text-align:center;

	padding: 5px 15px 5px 15px;

	cursor: pointer;

	text-decoration: none;

	box-sizing: border-box;
}

button:hover, input[type="submit"]:hover {
	text-decoration: none;
	background: none;
	background-color:#ccc;
}

button:active, input[type="submit"]:active {
	position:relative;
	top:1px;
}


h4 {
	position: relative;
	color: #ddd; 
	font-size: 1.1em;
	background-color: #222;
	padding: 15px;

	margin: 50px 0 40px 0;

	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

h4 img {

	height: 20px;
	position: relative;
	top: 3px;
	opacity: .8;
}

.container {

	position: relative;

	padding: 20px 0 40px .5em;
}

.content {
	position: relative;
	max-width: 800px;
	margin: 0 auto 0 auto;
	line-height: 25px;
	box-sizing: border-box;
	color: #eee;
	text-shadow: 0px 0px 2px #000;
}

.faq-q {
	font-size: 1.1em;

}

.faq-a {
	margin: 0 0 1em 1em;
	font-size: .9em;
	color: #bbb;
}


.header-container {
	background-color: #222;
	padding: 0 1em 0 1em;
}

.header {

	max-width: 800px;
	margin: 0 auto 0 auto;
	padding: 2em 0 1em 0;

	position: relative;
}

.tagline {

	position: absolute;
	bottom: 10px;
	right: 0;

	color: #ccc;

	font-weight: 400;
	font-size: 20px;
}

.header-logo img {

	width: 300px;
	max-width: 90%;
}

.header-logo {

	bottom: 30px;
	left: 0;

	width: 100%;
}



.bg-mic {


/*
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;

	z-index: -1;

	background-image: url("/images/bg-mic.png");
	background-repeat: no-repeat;
	background-position: 98% 80px; 

	opacity: .8;

	background-size: 400px;
*/

}


.bg-guitar {


/*
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;

	z-index: -1;

	background-image: url("/images/bg-guitar.png");
	background-repeat: no-repeat;
	background-position: 98% 50px; 

	opacity: .8;

	background-size: 350px;

*/
}


.bg-piano {

/*

	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;

	z-index: -1;

	background-image: url("/images/bg-piano.png");
	background-repeat: no-repeat;
	background-position: 110% 30px; 

	opacity: .8;
*/
}
