* {
	margin:0px;
	padding:0px;
	font-family:arial;
}

html, body {
	width:100%;
	height:100%;
}

.icon_image_sml {
	height:22px;
	width:22px;
	display:block;
}

#climber {
	width:40px;
	border-right:1px solid #777;
	height:28px;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#A3B5E5;
}

#ie #climber {
	top:-12px;
}

#climber .icon_image_sml {
	background: url("../images/demo.png") no-repeat;
	float:left;
	margin-left:8px;
	margin-top:2px;
}

#climber label {
	width:20px;
	display:block;
	float:left;
	font-size:10pt;
	margin-left:5px;
	margin-top:4px;
	color:#444;
}