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;
}

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.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#intro {
	width: 365px;
	height: 219px;
	padding: 265px 0px 0px 160px;
}
#game {
	display: none;
}
#score {
	width: 300px;
	padding: 213px 0px 0px 545px;
	text-align: center;
	display: none;
	background: url(../images/wellDone.png) no-repeat 580px 150px;
	height:630px;
	color:#003372;
	font-size:15px;
	text-transform: uppercase;
}
	#points{font-size:22px; color:red}
	#max{font-size:22px; color:red}
#game-container {
	width: 300px;
	padding: 22px 0px 0px 550px;
}
#letters {
	width: 286px;
	font-family: "Courier New",courier;
	font-size: 36px;
	line-height: 34px;
	letter-spacing: 8px;
	text-transform: uppercase;
	color: #00516A;
}
.letter {
	width: 28px;
	cursor: pointer;
	float: left;
}
#words {
	width: 210px;
	margin: 0 auto 0 auto;
	padding-top: 50px;
	font-family: "Courier New",courier;
	font-size: 14px;
	color: #224D7E;
	text-align: center;
	text-transform: uppercase;
}
.word {
	padding-left: 10px;
	float: left;
}
#words-left {
	width: 180px;
	margin: 0 auto 0 auto;
	background-image: url(../images/words-left-to-get.png);
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	clear: both;color:#c1272d;
}
#boost {
	width: 188px;
	position: absolute;
	right: 0px;padding-right:7px;
	bottom: 0px;text-align:right;
}
	#canister{}
#timer {
	width: 134px;
	height: 50px;
	padding-left:47px;
	background: url(../images/timer_bg.jpg) no-repeat left top;
	color:white;font-weight:bold;font-size:35px;letter-spacing:-0.08em;padding-top:3px;
}
