html,body {
	margin:0px;
	border:0px;
	padding:0px;
	/* height/width required for future calculations in modern browsers*/
	height:100%;
	width:100%; 
}
body {
	background-color: #ffffff;
}
#container {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	color: #454545;
	overflow-x:hidden;
	overflow-y: visible;
}
.cedar #container {
	color: #000000;
}
#content {
	position: relative;
	float:left;
	width:100%;
	min-height:320px;
	margin: 2px;
	padding: 0px;
	padding-bottom:5px;
	color: #454545;
	text-align: left;
	font-family: Tahoma;
	font-size: 10pt;
	//overflow:visible;
	//white-space:nowrap;
}
.cedar #content {
	color: #000000;
}