html { 
	background: url(gfx/bg.jpg) no-repeat center center fixed; 
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #00e;
	line-height: 1.3em;
}
body {
	margin: 0;
	padding: 0;
}
#master {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	max-width: 600px;
	background-color: rgba(255, 255, 50, 0.95);
	border-radius: 5px;
}

a {
	color: blue;
	text-decoration: none;
	text-shadow: 2px 2px 1px rgba(255, 255, 1, 1);
}
#footer {
	margin-top: 10px;
	position: absolute;
	bottom: 10px;
	text-align: right;
	width: 100%;
}

#footer-inside {
	padding: 2px 10px 2px 2px;
	background-color: rgba(255, 255, 50, 0.95);
	font-size: 0.7em;
}
h1 {
	padding: 12px;
	font-size: 1.8em;
	text-shadow: 2px 3px 2px rgba(1, 255, 2, 1);	
	background-color: rgba(255, 255, 50, 0.95);
	margin-top: 1.2em;
}
h2 {
	text-shadow: 2px 3px 2px rgba(1, 255, 2, 1);	
}
h3 {
	text-shadow: 1px 1px 1px rgba(1, 255, 2, 1);	
}
h2:first-child {
	margin-top: 5px;
}

audio {
	background-color: #00e;
    color: #E1E1FF;
	border-radius: 30px;
	margin-bottom: 20px;
	width: 100%;
}


@media only screen and (max-width: 600px) {
	#master {
		border-radius: 0px;
	}
}

