#mContainer {
	position:relative;
	width:320px;
	height:200px;
	border:1px solid #000000;
	background-color:#ABABAB;
	margin:auto;
	overflow:hidden;
}

#topBorder {
	position:absolute;
	top:0px;
	left:0px;
	width:320px;
	height:15px;
	background-color:#FFC51D;
	border-bottom:2px solid #000000;
	background-image:url(bush.gif);
	background-repeat:repeat-x;
}

#bottomBorder {
	position:absolute;
	top:170px;
	left:0px;
	width:320px;
	height:15px;
	background-color:#FFC51D;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	background-image:url(bush.gif);
	background-repeat:repeat-x;
}

#infoStrip {
	position:absolute;
	top:189px;
	background-color:#649228;
	width:320px;
	height:11px;
	font:9px verdana;
	color:#FFFFFF;
}

#playerCar {
	position:absolute;
	top:70px;
	left:10px;
	width:59px;
	height:33px;
	background-image:url(cars.gif);
	background-repeat:no-repeat;
}

.opponentCar {
	position:absolute;
	width:59px;
	height:33px;
	z-index:100;
	font-weight:bold; color: #FFFFFF; font-size:12pt; font-family:verdana;
	background-repeat:no-repeat;
	background-image:url(cars.gif);
	display:none;
}

#controls {
	position:relative;
	width:320px;
	margin:auto;
	font:9px verdana;
}

#finish {
	position:absolute;
	width:5px;
	height:148px;
	top:18px;
	left:320px;
	border:1px solid #000000;
	background-image:url(finishLine.gif);
	background-repeat:repeat-y;
}

#playAgain {
	position:relative;
	width:320px;
	text-align:center;
	margin:auto;
	padding-top:80px;
	font:12pt verdana,arial,helvetica;
	font-weight:bold;
	display:none;
}

#playAgain a {
	text-decoration:none;
	color:#FFFFFF;
}

hr {
	color:#000000;
	background-color:#000000;
	height:1px;
	border-style:none;
	clear:both;
}

#source {
	background-color:#FAFAFA;
	font:9px verdana,arial,helvetica;
	border:1px solid #c0c0c0;
	padding:5px;
}
