


/******************************************************************************************
         room.css
 ******************************************************************************************/

body {
	margin:0;
	padding:0;
	overflow:'hidden';
	}

iframe {
	position:absolute;
	width:100%;	border:0px;
	}

iframe.starthidden {
	height:0px;	
	}

iframe#main {
	height:100%;
	}

iframe#topframe {
	overflow:'hidden';
}

