html,body
	{
	width:100%;
	height:100%;
	}
body
	{
	background: url(nebula2.png) no-repeat;
	background-size:cover;
	}
#divWrapper{
	position:absolute;
	top:0;
	left:200px;
	width:900px;
	height:600px;
}
#divBanner{
	width:900px;
	height:75px;
	font-size:25px;
	text-align:center;
	color:white;
}
#divProb
	{
	top:85px;
	width:900px;
	height:30px;
	font:25px comic sans ms;
	text-align:center;
	color:white;
	}
#divScore{
	width:900px;
	height:50px;
}
#divChoice{
	position:absolute;
	left:0;
	top:180px;
	width:150px;
	height:160px;
	color:white;
	border:2px silver solid;
	z-index:1;
}
#divGame
	{
	position:absolute;
	width:600px;
	height:400px;
	left:300px;
	top:180px;
	font:20px comic sans ms;
	text-align:center;
	color:white;
	}
#gameCanvas,#gameCanvas2
	{
	position:absolute;
	top:180px;
	left:300px;
	}
#gameCanvas
	{
	z-index:1;
	}
#divOptions2{
	position:absolute;
	left:0;
	top:350px;
	width:200px;
	height:200px;
}
#divMsg
	{
	text-align:center;
	width:200px;
	height:100px;
	font:30px comic sans ms;
	color:white;
	}
#quizDiv
	{
	color:white;
	padding:3px;
	font:20px comic sans ms;
	width:200px;
	height:100px;
	border:silver 2px solid;
	text-align:center;
	}
.score
	{
	font:30px comic sans ms;
	color:white;
	width:40px;
	height:40px;
	padding:3px;
	border:solid silver 2px;
	text-align:center;
	}
.target
	{
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:60px;
	background:white;
	color:black;
	font-size:30;
	opacity:0.60;
	filter:alpha(opacity=60);
	border-radius:5px;
	}
#divRight
	{
	float:right;
	background:#17F817;
	}
#divWrong
	{
	float:left;
	background:#F76F83;
	}