#mr_canvas {
	width:500px;
	height:500px;
	background-color:#FCFC68;
	position:relative;
}


#mr_canvas div {
	background-image:url(mirrorrim.gif);
	position:absolute;
	border:0px;
}

#mr_canvas #splash {
	top:0px;left:20px;
	width:460px;
	height:355px;
}

#mr_canvas #sky {
	top:0px;left:0px;
	background-image:none;
	background-color:#A5CEFF;
	width:100%;
	height:25%;
}

#mr_canvas #timer {
	background-image:none;
	background-color:#000000;
	width:100%;
	height:35px;
	width:100%;
	bottom:0px;
}

#mr_canvas #timer table {
	bottom:10px;
	margin-left:5px;
	position:absolute;
}

#mr_canvas #mr_level {
	background-image:none;
	right:5px;
	bottom:10px;
}

#mr_canvas #timer #dyn{
	width:50px;
	height:15px;
	background-color:#C65A5A;

}

#mr_canvas #timer #mr_fuze{
	background-image:url(mirrorrim.gif);
	background-position:0px -355px;
	height:15px;
}

#mr_canvas #timer #mr_light{
	width:15px;
	height:15px;
	background-image:url(mirrorrim.gif);
}

#mr_canvas #timer .l0 {
	background-position:-400px -355px;	
}
#mr_canvas #timer .l1 {
	background-position:-415px -355px;	
}

#mr_canvas #mr_go  {
	background-position:0px -370px;
	width:185px;
	height:115px;
	top:100px;
	left:155px;
	
}
