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;
}

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 {
	margin: 0px auto 0px auto;
	width:999px; height:768px;
}
#game {
	width: 999px;
	height: 768px;
	display: none;
}
#game-container {
	width: 920px;
	margin: 100px auto 0px auto;
}
#boost {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#score {
	display:block;
	height:268px;margin:0px;margin-left:auto;margin-right:auto;
	margin: 0px auto 0px auto;
	display: none;
	background-image:url(../images/outro.jpg);
	padding-top:200px;
	color: #DBCC8A;
	padding-left:0px;text-align:center;
	background-repeat: no-repeat;height:700px;
}
	#score p{color:#304D5F;font-weight:bold;letter-spacing:-0.08em;}
#picture1 {
	width: 360px;
	height: 540px;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
}
#picture2 {
	width: 360px;
	height: 540px;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
}
.box {
	width: 40px;
	height: 40px;
	cursor: pointer;
	float: left;
}
#timer {
	width: 70px;
	height: 30px;
	background-color: red;border:2px solid white;
	text-align: center;
	color:white;padding:7px;font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size:24px
}
#message {
	width: 200px;
	height: 115px;
	margin-top: 400px;
	padding: 40px 0px 0px 0px;
	background-image: url(../images/message-background.png);
	text-align: center;
	color: #DBCC8A;
	font-family: "comic sans ms";
	font-size: 36px;
	float: left;
}
