/* 
Clears large page elements that aren't needed
*/

#header, #footer {
	display: none !important;
}
	
/* 
Get page elements to run full-width of the page
*/
	
body, #container, #content {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
}
 
body	{
	margin: 0 5px;
	background: #fff;
	color: #000;
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 140%;
}