html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background-color: #222;
	color: #ccc;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: #19577e;
}

.important{
	color: #8f1111;
	font-size: 30px;
}

.heading{
	color: #19577e;
}

#header {
	height: 120px;
	width: 900px;
	margin: 0 auto;
	background: url('/images/header.png') left top no-repeat;
}

#spacerTop {
	height: 20px;
	clear: both;
}

#spacerBottom {
	height: 40px;
	clear: both;
}

.mugshot-container {
	text-align: center;
	margin: 0 auto;
	width: 850px;
	height: 220px;
}

.mugshot {
	position: relative;
	width: 160px;
	height: 200px;
	background: url('/images/loading.png');
	margin: 0 5px;
	float: left;
	overflow: hidden;
	cursor:pointer;
}

.mugshot img { display: block; }

.clear { clear: both; }

.overlay {
	position: absolute;
	top:0;
	left:0;
}

#perc {
	font-size: 18px;
	font-weight: bold;
	color: #19577e;
	width: 580px;
	height: 120px;
	margin: 0 auto;
	padding: 5px;
	float: right;
}

.theQuestion {
	font-size: 20px;
	width: 850px;
	padding-bottom: 25px;
}

.PickThePerp, .oldPerps {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 850px;
}

.nextPerps, .hidden {
	display: none;
	overflow: hidden;
}

.centered {
	text-align: center;
}

.error {
	color: #8f1111;
	font-size: 22px;
	font-weight: bold;
}

#container {
   min-height:100%;
   position:relative;
}

#UserStats {
	margin: 0 auto;
}

td.tdSpacer {
	width:20px;
}

td.stat {
	width:156px;
}

.goodLuck {
	font-size:22px;
	width: 100%;
	text-align: center;
}

.welcomeText {
	font-size:22px;
	width: 100%;
	text-align: center;
}

#disclaimer {
	position:absolute;
	bottom:0;
	width:100%;
	height:70px;
	font-size:10px;
	color:#999;
}

#centeredFooter {
	padding-top:10px;
	width: 800px;
	margin: 0 auto;
}

#StatsTable {
	text-align:center;
	width:100%;
}

#sound {
	float:right;
	font-size:10px;
	padding-right:22px;
	padding-top:10px;
	text-align:center;
	color:#999;
}

#soundOn,#soundOff,#soundImg {
	text-decoration: underline;
	cursor:pointer;
}

#soundOn:hover,#soundOff:hover {
	color: #19577e;
}

.soundHighlight {
	color: #8f1111;
}