@charset "utf-8";
body  {
	font-size:12pt;
	color:#000000;
	background: #ffffff;
	text-align: left;
}

#container { 
	float: none !important;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#mainContent {
	color:#000000;
	margin:0 0 0 0;
	}
#sidebar, #footer, button  {
	display:none;
	width:0px;
	height:0px;
}
.pote {
	border:thin solid #000000;
	background-color:#000000;
}
#header h1 {
	visibility:hidden;
}
#header h1 .s {
	visibility:visible;
}
