@CHARSET "ISO-8859-1";

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

body {
	overflow-x:			hidden;
	overflow-y:			hidden;
	background-color:	#000000;
}

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

.frame-main {
	position:			absolute;
	top:				25px;
	bottom:				25px;
	width:				100%;
}

#frameBox {
	position:			absolute;
	top:				25px;
	bottom:				25px;
	width:				100%;
	overflow-y:			auto;
	overflow-x:			auto;
	
	
	background-color:		#000000;
}
		

.frame-bottom {
	position:			absolute;
	bottom:				0px;
	left:				0px;
	width:				100%;
	height:				23px;
	border-style:		solid;
	border-width:		2px 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;
}

