body {
	margin:0px;
	background-color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #2b2b2b;
}

a {
	display: block;
	color: #2b2b2b;
	text-decoration: none;
}
a:active{outline:none;}

a:focus{-moz-outline-style:none;}

em {
	color: #790000;
	font-style: normal;
}

img, div { behavior: url(iepngfix.htc); z-index: 10; }

#container {
	width: 999px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}

#intro {
	width: 700px;
	padding: 85px 0 0 55px;
}

#game-left {
	float: left;
	display: none;
}

#card-holder {
	width: 600px;
	margin-top: 80px;
	margin-left: 98px;
}

#card-holder img {
	width: 115px;
	margin-right: 5px;
	float: left;
}

#controls {
	width: 220px;
	height: 191px;
	margin-top: 376px;
	margin-left: 67px;
	float: left;
	display: none;
}
#controls img {
	float:left;
}
#boost {
	
}
	#canister{position:absolute;margin-top:340px;}
#result {
	width: 600px;
	padding-top:76px;
	padding-left: 98px;
	text-align: center;
	display: none;
	text-transform: uppercase;font-size:16px;color:#4d2b04;letter-spacing:-0.05em;
}
	#points{font-size:24px;color:#15622c}
	#max{font-size:24px;color:#15622c}

.play{
	float:right;
	margin: 55px 38px 0 0;
}
.top{margin-top:80px;}

#exit{margin-top:65px;}

.clr{
	clear:both;
}