* {
	margin: 0;
	padding: 0;
}
body {
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*background-color: #b0b0b0;*/
	background: #b0b0b0 url('../images/bg.jpg') repeat-y center top;
	color: #000;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}
img {
	border: 0;
}

#wrapper {
	width: 1020px;
	/*background: #002443 url('../images/bg.jpg') no-repeat center top;*/
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

#header {
	height: 250px;
	text-align:center;
	background: transparent url('../images/header_bg.png') no-repeat center 10px;
}
#header h1 img {
	padding-top: 8px;
}

#content {
	padding: 5px 15px 50px;
	height: 100%;
	color: #fff;
}
.table {
	text-align: center;
}
.counters{
	text-align: center;
	margin: 50px auto 0;
	width: 640px;
	overflow: hidden;
}
.win_counter {
	width: 100px;
	height:100px;
	margin-right: 20px;
	background-color: #B0B0B0;
	color: #fff;
	line-height: 100px;
	font-size: 64px;
	font-weight: bold;
	display:block;
	float:left;
	-moz-border-radius: 15px;
	border-radius: 50px;
	border: 2px solid #fff;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.win_counter:first-child {
	margin-left: 20px;
}
.win_blue {
	background-color: #23408f;
}
.win_red {
	background-color: #d2232a;
}
.button {
	padding: 10px 15px;
	margin: 40px 25px 0;
	float:left;
}
#button_clear {
	float:right;
}
.range_slider {
	font-size: 20px;
	vertical-align: middle;
	margin: 20px auto 10px;
	display: block;
	width: 640px;
}
.range_slider input {
	width:360px;
	margin-right: 30px;
	float:right;
}
table.players_count {
	margin: 0 auto 20px;
	width: 640px;
	font-size: 24px;
	border-collapse: collapse;
}
.players_count th, .players_count td {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.players_count th:first-child {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.players_count th:not(:first-child), .players_count td:not(:first-child) {
	width: 70px;
}
.players_count sup {
	color: #D2232A;
}
.players_count th, .players_count td {
	background-color: #B0B0B0;
	text-align: center;
}
.players_count tr.p_spies th {
	background-color: #D2232A;
}
.players_count tr.p_resistance th {
	background-color: #23408F;
}
.players_count tr.p_total th {
	background-color: #fff;
	color: #000;
}

.rules {
	display: none;
	width: 100%;
	padding-top: 20px;
}

audio {
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
audio:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

#footer {
	margin: 40px 0 10px 0;
	/*height: 100px;*/
	text-align: center;
	width:100%;
	position: fixed;
	bottom:0;
}
#footer audio {
	margin-top:60px;
	color: #fff;
}