body {
	margin:0px;
	background-color: #141414;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	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.png);
}

#game {
	display: none;
}

#score {
	width:999px; height:260px;
	display: none;
	background-image:url(../images/outro.jpg);
	margin:0px;
	color: #DBCC8A;
	text-align:center;
	padding-top:370px;
	text-transform: uppercase;font-size:16px;color:#4d2b04;letter-spacing:-0.05em;
}

#timer {
	width: 194px;
	height: 58px;
	text-align: center;
	padding:10px 10px 0px 10px;
	background-color: #ffffff;
	font-size: 30px;
	display:none;
	text-align:center;
	background:url(../Images/timer-bg.png) no-repeat;
	color:#2D1A0D;font-weight:bold;font-size:35px;letter-spacing:-0.08em;
}

#max, #points{color: #633f03;font-style: normal; font-size:25px;}

#whistles {
	width: 950px;
	height:108px;
	margin: 0px;
	text-align:center;
	margin-top:150px;
	padding:0px;
}

#dog{

}

#penguin{
	width:271px; 
	height:164px;
	float: left;
}

.whistle {
	width: 180px;
	height:108px;
	float: left;
	margin:0px;
	padding:0px;
}

#message {
	float: left;
	width:443px;
	height:80px;
}

#boost{
	width: 138px;
	height: 280px;
	float:right;
	bottom:0px;
	right:0px;
	z-index:1000;
	position:absolute;
	display:none;
}

