body {
	margin:0px;
	background-color: #141414;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2b2b2b;
}

a {
	display: block;
	color: #2b2b2b;
	text-decoration: none;
}

a:active
{
         outline:none;
}
 
a:focus
{
         -moz-outline-style:none;
}
#max, #points{color: #633f03;font-style: normal; font-size:25px;}


#score{background-image:url(../images/finish-background.jpg); height:380px; display:none; padding:250px 280px 0px 60px;color:#905A00;}

em {
	color: #790000;
	font-style: normal;
}

img, div { behavior: url(iepngfix.htc);}

#container {
	width: 999px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/game-bg.jpg);
}


#timer {
	width: 200px;
	height: 213px;
	position: absolute;
	left: 0px;
	top: 150px;
}

#boost {
	width: 188px;
	height: 416px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#game {
	padding-top: 152px;
	padding-left: 8px;	
}

#players-label, #computers-label {
	padding-bottom: 10px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	color: #633f03;
}
#players-label span, #computers-label span {
	color: #905a00;
}
.card {
	width: 350px;
	height: 387px;
	padding:20px 0px 0px 10px;
	background-image: url(../images/card-background.png);
	float: left;
}

#players-card {
	margin-right: 5px;
}
a.stat {
	width: 309px;
	height: 30px;
	margin-bottom: 2px;
	padding: 0px 14px 0px 14px;
	background-image: url(../images/stat-background.png);
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	display: block;
}
.stat div {
	color: #2B2B2B;
	float: right;
}
#computers-kart-details {
	display: none;
}
#mascot {
	padding: 125px 69px 0px 68px;
}
#message {
	width: 252px;
	height: 55px;
	margin-left: 8px;
	text-align: center;
}
#compare-card {
	width: 252px;
	height: 55px;
	margin-top:7px;
	margin-right:3px;
	display: block;
	float: right;
}
