html
{
    height: 100%;
}
        
body
{
    height: 99%;
    margin: 0;
    overflow-x: hidden;
}
        
iframe#i-nav
{
    position: absolute;
	left: -100%;
    z-index: 1000; 
    background-color: white;
    border: none;
}

iframe#i-content
{
    width: 100%;
    border: none;
	float: right;
}

#i-busy
{
	width: 100%;
	height: 100%;
	background: #a0a0a0;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: .5;
}