.button {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin: 2px;
	position: relative;
	width: 100px;
	height: 41px;
}

.buttonWrapper {
	position: relative;
	top: 0;
	display: block;
	width: 530;
	left: 12px;
}

.timeFont {
	margin-top: 8px;
	margin-left: 25px;
}

.movementsFont {
	margin-top: 8px;
	margin-left: 42px;
}

.timeAndMovements {
	font-family: Comic Sans Ms;
	color: rgb(216,63,0);
	font-weight: bolder;
}

#score{
	font-family: sans-serif;
	position: absolute;
	display: block;
	visibility: hidden;
	top:200px;
	left: 145px;
	width: 150px;
	height: 60px;
	border-color: rgb(216,63,0);
	border-style: solid;
	border-width: 4px;
	padding: 8px;
	background-color: rgb(255,194,10);
	float: left;
	z-index: 1010;
}

html>body#score{
	font-family: sans-serif;
	position: absolute;
	display: block;
	visibility: hidden;
	top:200px;
	left: 135px;
	width: 150px;
	height: 60px;
	border-color: rgb(216,63,0);
	border-style: solid;
	border-width: 4px;
	padding: 8px;
	background-color: rgb(255,194,10);
	float: left;
	z-index: 1010;
}

 #gameDescription {
 	position: absolute;
	display: block;
	font-family: sans-serif;
	font-size: 16px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 300px; 
	background-color: rgb(245,255,0);
	border-style: solid;
	border-width: 4px;
	color: black;
    z-index: 1000;
    padding: 8px;
}

#shaddowDescription {
	position: absolute;
	display: block;
	border-style: solid;
	border-color: gray;	
	border-bottom-width: 8px;
	border-right-width: 8px;
	filter: alpha(opacity=85);
	opacity: 0.65;
	top: 4px;
	left: 4px;
	width: 500px;
	height: 300px;
	z-index: 999;
	padding: 8px;
}

#aroundDescription {
	position: relative;
	width: 535px;
	height: 335px;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 990;
}

.textShadow {
	text-shadow: #666666 5px 5px 5px;
	height: 1em;
	filter: Shadow(Color=#666666, 	
			Direction=120, 
			Strength=5);
}

.noClickableLayer {
	position: relative;
	display: block;
	width: 500px;
	height: 500px;

	z-index:999;
}
