html, body {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #000;
	margin: 0;
	padding: 0;
	position: relative;
}
#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 37.5em;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 250px #FFCC00;
	-mozilla-box-shadow: 0px 0px 250px #FFCC00;
	box-shadow: 0px 0px 250px #FFCC00;
	text-align: left;
	width: 40em;
	margin-top: -18.75em;
	margin-left: -20em;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", Arial, sans-serif;
}
#inwrapper {
	height: 100%;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 50px #000000;
	-mozilla-box-shadow: inset 0px 0px 50px #000000;
	box-shadow: inset 0px 0px 50px #000000;
}
#header {
	padding: 5px;
}
.title {
	text-align: center;
	font-family: Georgia, serif;
	text-decoration: underline;
	color: #000000;
}
#body {
	padding: 5px 20px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.box {
	border: 1px solid #333;
	-webkit-box-shadow: 3px 3px #888;
	-mozilla-box-shadow: 3px 3px #888;
	box-shadow: 3px 3px #888;
	text-align: center;
	background-color: #000;
	color: #FFCC00;
	padding: 5px;
	margin: 10px;
	width: 125px;
}
.stallion {
	border: 0;
}
.left {
	float: left;
	margin-left: 5em;
}
.right {
	float: right;
	margin-right: 5em;
}
.center {
	margin: auto;
	clear: both;
}
.box a, .box a:visited, .box a:hover, .box a:active {
	color: #FFCC00;
	text-decoration: none;
}
#footer {
	margin-top: 25px;
	text-align: center;
	clear: both;
}
.district-logo {
	width: 120px;
	height: 120px;
	text-align: center;
	border: none;
	margin: 5px;
}

#playButton, #pauseButton, #turnOnAuto, #turnOffAuto {
	color: #FDB510;
}