body {
	margin: 0;
	background-color: black;
	background-image: url('images/bg.png');
	background-repeat:no-repeat;
	background-position:top center;
	-o-background-size: 100% auto, auto;
	-moz-background-size: 100% auto, auto;
	-webkit-background-size: 100% auto, auto;
	background-size: 100% auto, auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: black;
}

select {
	margin-top: 2px;
	margin-right: 2px;
}

textarea {
	overflow: auto;
	resize: vertical;
	min-height: 66px;
	font-size: 14px;
	vertical-align: top;
	margin-top: 1px;
}
.bigger {
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding-left: 10px;
	line-height: 24px;
	margin-bottom: 12px;
}
#content {
	width: 818px ;
	margin: 0px auto 50px ;
	padding: 10px 40px 20px ;
	border: 1px solid black ;
	-moz-border-radius: 40px 0px 5px 5px;
	-khtml-border-radius: 40px 0px 5px 5px;
	-webkit-border-radius: 40px 0px 5px 5px;
	border-radius: 40px 0px 5px 5px;
	-moz-box-shadow: 0px 0px 100px magenta;
	-webkit-box-shadow: 0px 0px 100px magenta;
	box-shadow: 0px 0px 100px magenta;
	background-color: white ;
}
#content p a, #content li a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#content p a:hover, #content li a:hover {
	text-decoration: underline;
}
#banner {
	background: url('images/mirage.png') no-repeat;
	width: 900px ;
	margin: 0px auto 0px ;
	padding: 200px 0px 0px ;
	border: none ;
}
.playbutton, .button a {
	background-color: red;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: white;
	padding: 0px 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	border: 1px solid black;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.button a:visited {
	background-color: #00b000;
}
.button a:hover {
	background-color: blue;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.artisttitle {
	width: 389px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.play {
	width: 40px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.blue {
	background: blue;
}
.lightblue,.qbox {
	background: #e5ecf9;
}
.red {
	background: red;
}
.purple {
	background: purple;
}
.black {
	background: black;
}
.odd {
	background: #eeeeee;
}
.corners, .qbox {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.topcorner {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.botcorner {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.leftcorner {
	-moz-border-radius: 10px 0px 0px 10px;
	-khtml-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	line-height: 20px;
}
.box, .qbox {
	border: 1px solid black;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	overflow: hidden;
}
.bluebox {
	padding: 0px 20px 0px;
	border: 1px solid black;
	background-color: #6495ED;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	overflow: hidden;
}
.whitebox {
	padding: 0px 20px 0px;
	border: 1px solid black;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	background-color: white;
	overflow: hidden;
}
.bookbox {
	padding: 5px 5px 5px 4px;
	border: 1px solid black;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	color: white;
	overflow: hidden;
}
.white {
	background: white;
}
.centre {
	display: table;
	margin: 0px auto;
	padding: 0;
	background: white;
}
.book {
	width: 130px;
	margin-bottom: 2px;
	margin-right: 5px;
	padding: 4px;
	border: 1px solid black;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	text-align: right;
	color: white;
	display: inline-block;
}
.formbox {
	display: inline;
}
.pad20 {
	padding: 20px;
}
.pad5 {
	padding: 5px;
}
.padlr, .qbox {
	padding: 0px 20px 0px;
}
.gapleft {
	margin-left: 5px;
}
.gapright {
	margin-right: 5px;
}
.qbox {
	margin-bottom: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.dropshadow {
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}
.answer {
	display: none;
	color: blue;
}
.showhide {
	display: none;
}
