body, html {
	height: 100%;
}

body {
	background: url(img/background.png) repeat-x rgb(183,220,244);
	color: rgb(35,81,152);
	font-family: 'Skia', sans-serif;
	width: 100%;
}

label {
	float:left;
	display: block;
	width: 10em;
	clear:left;
	cursor: pointer;
}

button {
	padding: 0.5em 1em;
	border: 2px solid #333;
	cursor: pointer;
	background: #999;
	color: #333;
}

button:hover {
	background: #333;
	color: #999;
}

table {
	border-collapse: collapse;
}

table td {
	padding: 5px;
	border: 1px solid #999;
}

table th {
	text-align:center;
	font-weight: bold;
	background: #999;
	border: 1px solid #999;
	padding: 2px 10px;
}

h1 {
	color: #fff;
	font-family: Impact;
	font-size: 300%;
}

h3 {
	text-align: center;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -368px; /* the bottom margin is the negative value of the footer's height */
}

#content {
	margin-top: 70px;
	position: relative;
	z-index: 50;
}


/* clouds */
#cloud-holder {
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 4;
}

.cloud {
	position: absolute;
	background-repeat: no-repeat;
	z-index: 3;
}

#push, #footer {
	height: 368px;
}

#footer {
	width: 100%;
	background: url(img/footer.jpg) no-repeat center bottom;
	font-size: 10px;
	line-height: 180%;
}

#tableLevels th, td {
	vertical-align: middle;
	font-size: 180%;
}
#tableLevels td {
	width: 2.5em;
	height: 2.5em;
	text-align: center;
}
#tableLevels td a {color: inherit;}
#tableLevels td.play {background-color: #fff;}
#tableLevels td.replay {background-color: rgb(35,81,152); color: #fff;}

#tableLevels td.play:hover {
	background-color: #333;
	color: yellow;
}

#tableLevels td.locked {color: #999;}

#divProblem {
	font-size: 4em;
	font-weight: bold;
	border: 3px solid red;
	text-align: center;
	vertical-align: middle;
	height: 200px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#divProblem span {
	color: red;
}

#divAnswers {
	float:left;
	height:200px;
}

div.meter {
	margin: 0 auto;
	width: 3em;
	border: 2px solid #333;
	height: 200px;
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

	div.meter span {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 0%;
		display:block;
		background: #fff;
		overflow: hidden;
		text-align: center;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	}

div.answer {
	font-size: 150%;
	text-align: center;
	background: #fff;
	padding: 1em 0px;
	cursor: pointer;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

div.answer:hover {
	background: #333;
	color: yellow;
	font-weight: bold;
}

div.answer.wrong {
	background: red;
	text-decoration: line-through;
	cursor: wait;
}

div.answer.right {
	background: green;
	cursor: wait;
}

div.score {
	font-family: Impact;
	position: absolute;
	font-weight: bold;
	font-size: 200%;
}

div.score.right {color: #060;}
div.score.wrong {color: #600;}

#imgCritter {
	position: absolute;
	top: 350px;
	left: 700px;
	width:300px;
	height:300px;
}