html
	{
	height:100%;
	}
body
	{
	height:100%;
	background: -moz-linear-gradient(top,lightblue,purple);
	background: -webkit-gradient(linear,left top,left bottom,from(lightblue),to(purple));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lightblue',endColorstr='purple');
	}
#question
	{
	margin: 0 auto;
	position:relative;
	width:650px;
	height:500px;
	border-style:inset;
	border-width:0px;
	/*border-color:red;*/
	}
#choices
	{
	position:absolute;
	left:530px;
	top:0px;
	width:130px;
	height:310px;
	border-width:10px;
	border-style:ridge;
	border-color:#5557B0;
	background-color:lightgray;
	}
#wordProblem
	{
	border-width:15px;
	border-style:ridge;
	border-color:#5557B0;
	background-color:lightgray;
	z-index:1;
	}
#answerLbl
	{
	background-color:gray;
	}
#animation
	{
	position:absolute;
	top:15px;
	left:15px;
	background-color:transparent;
	z-index:2;
	}