#foot_main {
	width: 100%;
	height: 57px;
	position: relative;
	margin-top: -57px;
}
#foot_strike_shadow {
	width: 100%;
	height: 10px;
	background: url("/resources/images/interface/foot_line_01.gif") repeat-x;
}
.foot_strike_lite {
	clear: both;
	width: 100%;
	height: 1px;
	background: #CCC;
}
#foot_strike_counter {
	float: left;
	padding-top: 8px;
	height: 23px;
	width: 20%;
	background: url("/resources/images/interface/foot_line_02.gif") repeat-x;
}
#foot_strike_text {
	float: left;
	width: 60%;
	height: 21px;
	background: url("/resources/images/interface/foot_line_02.gif") repeat-x;
	padding-top: 9px;
	margin-bottom: 1px;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	color: #666;
}
#foot_strike_dark {
	width: 100%;
	height: 10px;
	background: #333;
}
