#site-body-container {}

#site-body-content {
	padding: 0px 0px 0px 0px ;
	}

#site-bottom-bar {
	background-color: #f58220 ;
	border-top: 1px solid #000000 ;
	bottom: 0px ;
	height: 40px ;
	position: fixed ;
	width: 100% ;
	z-index: 0 ;
	}

#site-bottom-bar-frame {
	height: 30px ;
	margin: 0px 0px 0px 0px ;
	position: relative ;
	}

#site-bottom-bar-content {
	padding: 0px 0px 0px 0px ;
	}

/* -------------------------------------------------- */
/* -- IE 6 FIXED POSITION HACK ---------------------- */
/* -------------------------------------------------- */

html,
body,
#site-body-container {
	_height: 100% ;
	_overflow: hidden ;
	_width: 100% ;
	}

#site-body-container {
	_overflow-y: scroll ;
	_overflow-x: hidden ;
	_position: relative ;
	}

/* To make up for scroll-bar. */
#site-bottom-bar {
	_bottom: -1px ;
	_position: absolute ;
	_right: 16px ;
	}

/* To make up for overflow left. */
#site-bottom-bar-frame {
	_margin-left: 26px ;
	}