div.inventory_content {
	position: relative;
		top: 0px; left: 0px;
		height: 100px; width: 100%;
		z-index: 15;}
div.inventory_left {
	position: absolute;
		top: 0px; left: 0px;
		height: 100px; width: 33%;
		z-index: 15;}
div.inventory_middle {
	position: absolute;
		top: 0px; left: 33%;
		height: 100px; width: 33%;
		z-index: 15;}
div.inventory_right {
	position: absolute;
		top: 0px; left: 66%;
		height: 100px; width: 33%;
		z-index: 15;}
