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

body {
	background: #D2EBCC;
}

#main {
	background: #F3F9F3;
}
#main[id] {
	border: 1px solid #5FA651;
	margin-top: 0px;
	margin-bottom: 0px;
}

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