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: 768px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
}

#intro {
}

#game {
	padding-left: 210px;
	display: none;
}

#boost {
	float: left;
	margin-top: 310px;
	margin-right: 60px;margin-left:30px;
}

#gameboard {
	float: left;
}
#timer {
	padding-right: 65px;
	padding-top: 13px;
	font-size: 30px;
	color: #ffffff;
	text-align: right;
}

#confirm {
padding-left:20px;
}
#card-holder {
	width: 482px;
	height: 477px;
	background-image: url(../images/card-background.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left:30px;
}

#card-holder img {
	padding-left: 7px;padding-top:3px;
	float: left;
}



#result {
	width: 500px;float:right;
	height: 520px;
	text-align: center;
	display: none;
	background: url(../images/complete.png) no-repeat center 28px;
	margin-right:70px;margin-top:100px;
}
	#result p{margin-top:245px;color:#0c2167}
	#points{font-weight:bold;color:#b93479}
	#max{font-weight:bold;color:#b93479}

#right, #wrong {
	visibility: hidden;
}