#sidebarContainer {
	float: left;
	background: #445922;
}

#container {
	background: #ffffff url(../../images/sidebar_left_bg.png) repeat-y left;
}

#contentContainer {
	margin-left: 200px;
	margin-right: 0px;
	background: white;
}

* html #sidebarContainer {
	position: relative;
	left: 0;
	top: 0;
	height: 1%;
	background: #ffffff;
}