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

body {
	background-color: #d2d2d2;
	background-image: url(../main_bg.png);
	background-position:center;
	background-repeat:repeat-y;
}

#main {
	background: #fff;
}
#main[id] {

	margin-top: 0px;
	margin-bottom: 5px;
}

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