/* $Id: fixed_width.css 22952 2009-11-07 14:14:32Z chibaguy $
	Fixed width for TheNews theme, TikiWiki CMS/Groupware.
*/

body {
	/* Custom ++ */
	background-color: #c4ccd1; 
}

#main {
	 background: #fff; 
	/* Custom ++ */
	
}
#main[id] {
	
	/* Custom ++ 
	border: 1px solid #aaaaaa;
	margin-top: 18px;
	margin-bottom: 5px; */

}

#fixedwidth {
	display: table;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0px;
	width: 960px;
}
#fixedwidth[id] {
	height: auto;
}