#sidebarContainer {
	float: left;
}

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

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

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