

#skater {
	width:440px;
	height:380px;
	background-image:url('/skater/ims/bg.png');
	position:relative;
}

#design {
	position:absolute;
	top:8px;
	left:10px;
	width:206px;
	height:232px;
}

#spin {
	position:absolute;
	top:8px;
	left:226px;
	width:204px;
	height:232px;
}

#label {	
    position: absolute;
    left: 265px;
    top: 12px;
    width: 139px;
    height: 20px;
    border: solid 1px #999966;
	
	color:#990000;
	font-family:"Times New Roman",Georgia,Serif;
	font-size:9pt;
}

#reset {
	position:absolute;
	left:230px;
	top:311px;
	width:77px;
	height:36px;
}

#quit {
	position:absolute;
	left:336px;
	top:304px;
	width:63px;
	height:46px;
}

#message {
	position:absolute;
	left:210px;
	top:250px;
	width:190px;
	height:60px;
	
	font-size:8pt;
	text-align:left;
	padding:10px;
}

#meter {
	position:absolute;
	left:49px;
	top:286px;
	width:130px;
	height:48px;
}