body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}

#framecontentLeft, #framecontentTop{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 170px; 
	height: 100%;
	overflow: hidden;
	background-color: #ffffff;
	color: white;
}

#framecontentTop{ 
	left: 170px;
	right: 0;
	width: auto;
	height: 108px; 
	overflow: hidden; 
	background-color: #ffffff;
	color: white;
}

#maincontent{
	position: fixed; 
	left: 170px; 
	top: 108px; 
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #fff;
}

* html body{ 
	padding: 108px 0 0 170px; 
}

* html #maincontent{ 
	height: 100%; 
	width: 100%; 
}

* html #framecontentTop{ 
	width: 100%;
}

img {
	border:0px;
}