@CHARSET "ISO-8859-1";

html, body {
	height:				100%;
	margin:				0px;
	padding:			0px;
}

body {
	overflow-x:			hidden;
	overflow-y:			hidden;
}

.frame-top {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				23px;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;	
}

.frame-main {
	position:			absolute;
	top:				25px;
	bottom:				25px;
	width:				100%;
	height:				expression( ( -50 + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) ) + 'px' );
}

.frame-bottom {
	position:			absolute;
	bottom:				0px;
	left:				0px;
	width:				100%;
	height:				23px;
	border-style:		solid;
	border-width:		1px 0px 0px 0px;	
}

.frame-leftblock {
	position:			absolute;
	top:				0px;
	left:				50%;
	padding-top:		5px;
	margin-left:		-470px;
	margin-left:		0px;
	left:				5px;
}

.frame-rightblock {
	position:			absolute;
	top:				0px;
	right:				50%;
	padding-top:		5px;		
	margin-right:		-470px;
	margin-right:		0px;
	right:				5px;
}

