@charset "utf-8";
html, body {
height: 100%;
} 
body  {
	background: #ffffff;
	margin: 0; /
	padding: 0;
}
.lbi #container { 
	position: relative; 
	width: 1180px;  
	height: 100%;
	min-height: 100%; 
	background: #FFFFFF;
	margin: 0 auto; 
} 

.lbi #sidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 115px; 
	height: 100%;
	min-height: 100%; 
	background: #f0f0ee; 
	padding: 0;
}
.lbi #sidebar2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 115px; 
	height: 100%;
	min-height: 100%; 
	background: #f0f0ee; 
	padding: 0; 
}
.lbi #mainContent { 
	margin: 0 115px;
	padding: 0; 
}
