@CHARSET "ISO-8859-1";
@VERSION = "1.0"; 
@AUTHOR = "Ivor";
	
/**
 *             _    _                 
 *  _ __   ___| |_ (_) __ _ _ __ ___  
 * | '_ \ / _ \ __|| |/ _` | '_ ` _ \ 
 * | | | |  __/ |_ | | (_| | | | | | |
 * |_| |_|\___|\__|/ |\__,_|_| |_| |_|
 *               |__/
 *
 * @package CubeFrame 1.2
 * @copyright All intellectual property rights are reserved. 
 * @category  CSS
 * @since Unknown
 * @license http://www.netjam.nl/over-netjam/algemene-voorwaarden/index.html	                 
*/



#header,
#nav,
#admin_footer
	
{
	display: none;
}


#content {
	width: 98%;
	background-color: none;
	border: none;
	padding: 0px;
	margin: 0px;

}

a.fakebutton {
	display: none;
}


