body {
	margin:0px;
	background-color: #141414;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2b2b2b;
}

img, div { behavior: url(iepngfix.htc) }

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;
}

#quiz {
	width: 577px;
	height: 349px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-left: 70px;
	padding-right: 70px;
	background-image: url(../images/quiz.png);
}

#flash{
	width:670px;
	height:197px;
	margin-left: auto;
	margin-right: auto;
}

#intro {
	
}

#how-to-play {
	margin-top:20px;
	
}

#text {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top:20px;
}

#play-game {
	margin-right: 30px;
	text-align: right;
}

#game {
	display: none;	
}

#question {
	text-align: center;
	height: 70px;
}

#game a {
	width: 200px;
	height: 70px;
	padding-left: 80px;
	line-height: 70px;
	float: left;
}
#answer-a {
	background-image: url(../images/answer-a.png);
	background-repeat: no-repeat;
}
#answer-b {
	background-image: url(../images/answer-b.png);
	background-repeat: no-repeat;
}
#answer-c {
	background-image: url(../images/answer-c.png);
	background-repeat: no-repeat;
}
#answer-d {
	background-image: url(../images/answer-d.png);
	background-repeat: no-repeat;
}

#score {
	display: none;
	padding-top:10px;
}

#timer {
	width: 158px;
	height: 173px;
	position: absolute;
	left: 80px;
	top: 30px;
}

#max, #points{color: #633f03;font-style: normal; font-size:25px;}

#penguin {
	width: 149px;
	float:left;
	margin-top:80px;
}

#boost {
	width: 122px;
	height: 284px;
	position: absolute;
	right: 0px;
	top: 330px;
}