body {
	margin: 0 ;
	padding: 0;
	background-color:#000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#allpage {
	width: 100%;
	/*
	min-width: 950px;
	*/
}
#containerleft {
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	background-color: #000000;
	/*
	margin-right:251px;
	float: left;
	min-width: 800px;
	*/
}
#lefthdr {
	float: left;
	top: 0;
	width: 100%;
	background-color: #ffffff;
}
/*
#pagecontent {
	background-color: #000000;
	left: 60px;
	top: 60px;
	margin-left: 60px;
	margin-top: 60px;
	float: left;
}
*/

/* moved to allpage because has different height computed by javascript
#containerright {
	z-index: 5;
	width: 212px;
	top: 0;
	right: 0;
	background-color: #000000;
	position: absolute;
	--start comment
	float: right;
	--end comment
}
*/
#righthdr {
	/*
	float: left;
	*/
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	background-color: #ffffff;
	width: 100%;
}
#navbar {
	/*
	float: left;
	*/
	position: absolute;
	z-index: 5;
	top: 60px;
	left: 60px;
	background-color: #000000;
}
#copylink {
	/*
	*/
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	background-color: #000000;
	width: 212px;
	/* margin-left: 5px;
	margin-bottom: 50px; */
	padding-left: 5px;
	padding-bottom: 40px;
}


#layoutspacer {
	width: 763px; /* For IE >:( */
}
/* For Moz and the Boyz :) */
html>body #layoutspacer {
	display: none;
}


td.scroll {
	padding: 0;
	margin: 0;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 10px;
	border-bottom-width: 0;
	border-style: solid;
	border-color: #000000;
}
