html,body
	{
	height:100%;
	width:100%;
	}
body
	{
	background:lightgray fixed;
	/*background: -webkit-linear-gradient(#625F9C, #C2C0EB) fixed; /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#625F9C, #C2C0EB) fixed; /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#625F9C, #C2C0EB) fixed; /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#625F9C, #C2C0EB) fixed; /* Standard syntax (must be last) */
	}
#divWrapper{
	width:900px;
	height:550px;
	margin:auto;
}
#divBanner{
	width:900px;
	height:50px;
	font-size:40px;
	text-align:center;
}
#divContainer{
	width:250px;
	height:490px;
	float:left;
}
	#cvsProblem
		{
		background:gray;
		}
	#picDiv
		{
		width:240px;
		height:160px;
		border:inset gray 5px;
		overflow:hidden;
		text-align:center;
		background:black;
		}
#divContainer1{
	width:640px;
	height:490px;
	float:right;
}
#divSubCont1{
	width:640px;
	height:100px;
	background:lightgray;
}
	#levelDiv
		{
		width:100px;
		height:75px;
		float:left;
		margin-left:5px;
		border:inset blue 5px;
		}
	#choiceDiv
		{
		width:150px;
		height:75px;
		border:inset 5px blue;
		float:left;
		margin-left:5px;
		}
	#timerDiv
		{
		height:71px;
		width:270px;
		padding:2px;
		border:inset 5px blue;
		float:left;
		}
#divSubCont2{
	width:640px;
	height:80px;
}
	#msgDiv
		{
		width:636px;
		height:80px;
		padding:2px;
		font-size:20px;
		}
#answerDiv
	{
	width:640px;
	height:50px;
	}
#divSubCont3{
	width:640px;
	height:120px;
}
	#scoreDiv
		{
		border:inset 5px blue;
		height:100px;
		width:140px;
		float:left;
		text-align:center;
		margin-left:5px;
		visibility:hidden;
		}
	#countdownDiv
		{
		border:inset 5px blue;
		width:200px;
		height:100px;
		float:left;
		margin-left:5px;
		text-align:center;
		visibility:hidden;
		}
#logo
	{
	height:200%;
	width:200%;
	margin-left:-50%;
	margin-top:-50%;
	}
#answer
	{
	text-align:center;
	}
#back
	{
	display:none;
	}