html
	{
	width:100%;
	height:100%;
	}
body
	{
	height:100%;
	width:100%;
	background:gray;
	background: -webkit-linear-gradient(gray, lightblue) fixed; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(gray, lightblue) fixed; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(gray, lightblue) fixed; /* For Firefox 3.6 to 15 */
    background: linear-gradient(gray, lightblue) fixed; /* Standard syntax (must be last) */
	}
#divBanner
	{
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:auto;
	width:600px;
	height:75px;
	font-size:30px;
	text-align:center;
	}
#question
	{
	position:absolute;
	top:80px;
	left:0;
	right:0;
	margin:auto;
	width:665px;
	height:500px;
	}
#divImage
	{
	position:absolute;
	width:20%;
	height:30%;
	display:none;
	border:inset 5px gray;
	}
#imageProblem
	{
	width:100%;
	height:100%;
	}
#wordProblem
	{
	position:absolute;
	top:0px;
	left:0px;
	border:5px black solid;
	background-color:lightgray;
	z-index:1;
	}
#animation
	{
	position:absolute;
	top:5px;
	left:5px;
	background-color:transparent;
	z-index:2;
	}
#choices
	{
	float:right;
	top:0px;
	border:5px solid black;
	width:130px;
	height:300px;
	background-color:lightgray;
	z-index:1;
	}
#xValueLbl{
	position:absolute;
	top:310px;
	width:135px;
	background-color:lightgray;
	font-size:10;
	left:0px;
	}
#yValueLbl{
	position:absolute;
	top:310px;
	background-color:lightgray;
	font-size:10;
	width:135px;
	left:185px;
	}
#xValue{
	position:absolute;
	top:310px;
	text-align:center;
	width:40px;
	left:135px;
	}
#yValue{
	position:absolute;
	top:310px;
	width:40px;
	text-align:center;
	left:320px;
	}
#btnCheckAnswer{
	position:absolute;
	top:335px;
	left:0px;
	}
#btnTryAnother{
	position:absolute;
	top:335px;
	left:150px;
	}
#divLink
	{
	position:absolute;
	top:375px;
	border:blue 2px solid;
	display:none;*/
	}