/********************************************************************************
* Commit2web Mini-CMS, Content Management System for minor websites             *
* http://www.commit2web.net                                                     *
*                                                                               *
* Copyright (c) 2005 Grey Lion / Commit2web (www.commit2web.dk)                 *
*                                                                               *
* Credits for to Emanuel Zuber (www.noreality.ch) for parts of the code         *
* originally developed for the phpComasy Content Management System              *
*                                                                               *
* Released under the GNU General Public License                                 *
********************************************************************************/

/********************************* General styles ******************************/
body {
	margin: 0px;
	padding: 0px;
}

.categories,
.message,
.administration,
.action {
	display:none;
}
/*******************************************************************************/


/******************************** Additional styles ****************************/
.content {
	padding: 0px;
	margin: 0px;
}
/*******************************************************************************/