body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	color: #B0B0A8;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

li{ list-style: circle; padding: 1px;}
a:link,a:active,a:visited {
	text-decoration: none;
	color: #F1EDEB;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
}


font,th,td,p {
	  font-family: Verdana,Arial,Helvetica,sans-serif;
	  font-size: 10px;
	  font-weight: bold;
      }

.sandbox{
	background-image: url(back.png);
	position: absolute;
	left: 0;
	top: 0;
	height:200px;
	width:200px;
	z-index: 10;
	background-color: transparent;
}
.coin_hold{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	top: 55px;
	z-index: 100;
	height:100px;
	width:200px;
	background-color: transparent;
	text-align: center;
}

.san_gear{
	position: absolute;
	left: 18px;
	top: 175px;
	z-index: 500;
	height:50px;
	width:80px;
}

.mouse_runner{
	position: absolute;
	left: 112px;
	top: 175px;
	z-index: 500;
	height:50px;
	width:80px;
	text-align: center;
}

.grn_led{
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 100;
	height:33px;
	width:33px;
}

.yel_led{
	position: absolute;
	left: 155px;
	top: 15px;
	z-index: 100;
	height:33px;
	width:33px;
}