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

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 220px; 
height: 100%;
overflow: hidden; 
background: #CCCCCC;
color: #000000;
text-align: center;

}

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

.innertube{
margin: 10px;

}

* html body{ 
padding: 0 0 0 200px; 
}

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

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
