body {
	margin:0px;
	background-color: #141414;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px; 
	color:#4d2900;
	font-weight: bold;
}

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.png);
	background-repeat: no-repeat;
}

#quiz {
	width:999px;
	height:305px;
	z-index:100;
	margin-top:-305px;
	position: absolute;
}

#crowd {
	width:999px;
	height:305px;
}


#intro {
	width:810px;
	height:256px;
	background-image:url(../images/big-bg.png);	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:40px;
}

#boost{
	width: 138px;
	height: 280px;
	float:right;
	z-index:1000;
	position:absolute;
	margin-left:850px;margin-top:173px;
}

#game {
	display:none;
	width:810px;
	height:296px;
	background-image:url(../images/big-bg.png);	
	margin-left:auto;
	margin-right:auto;
}

#question {
	text-align: center;
	width:638px;
	height:104px;
	color:#a81e1e;
	font-size:34px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}

#score {
	display: none;
	width:810px;
	height:256px;
	background-image:url(../images/big-bg.png);	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:40px;
}

#answers{
	width:522px; 
	height:116px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
}

#play-game{
	width:241px;
	height:72px;
	margin-left:auto;
	margin-right:auto;
}

#peng-anim{
	width:999px;
	height:326px;
	margin-top:4px;
}

#answer-a{
	width:181px;
	height:72px;
	background-image:url(../images/a-bg.png);
	padding-left: 60px;
	line-height: 65px;
	float: left;
	color:#4d2900;
}
#answer-b{
	width:181px;
	height:72px;
	background-image:url(../images/b-bg.png);
	padding-left: 60px;
	line-height: 65px;
	float: right;
	color:#4d2900;
}
#answer-c{
	width:181px;
	height:72px;
	background-image:url(../images/c-bg.png);
	padding-left: 60px;
	line-height: 65px;
	float: left;
	color:#4d2900;
}
#answer-d{
	width:181px;
	height:72px;
	background-image:url(../images/d-bg.png);
	padding-left: 60px;
	line-height: 65px;
	float: right;
	color:#4d2900;
}
#points{color:#990000;font-weight:bold;}
#max{color:#990000;font-weight:bold;}
