/********************************************************************************
* phpComasy, Content Management System                                          *
* http://www.phpcomasy.org                                                      *
*                                                                               *
* Copyright (c) 2005 - 2006 Emanuel Zuber (www.noreality.ch)                    *
*                                                                               *
* Released under the GNU General Public License                                 *
********************************************************************************/


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


/************************************* Basic ***********************************/
.categories,
.message,
.administration,
.language_switcher,
.page_tools,
.login_panel {
	display:none;
}
/*******************************************************************************/


/************************************* Content *********************************/
.content,
.site {
	padding: 0px;
	margin: 0px;
	border: none;
	background: white;
	color: black;
	text-align: left;
	width: 600px;
}
/*******************************************************************************/