body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html,body {
	height: 100%;
}

#bodyDiv {
	width: 100%;
	height: 100%;
	clear: none;
	float: none;
}

#leftarea {
	float: left;
	overflow: hidden;
	clear: none;
	list-style-position: outside; 
}

#rightarea {
	float: left; 
	position: absolute;
   right: 0px;
   z-index:999;
	background-color: #000;
	overflow: hidden;
	clear: none;
}

#rightareb {
	background-color: #000;
	overflow: hidden;
	clear: none;
}