/* $Id$
	Fixed width for WAnimate theme, TikiWiki CMS/Groupware.
*/

body {
	background: #2e60b5;
}

#main {
	background: #fff;
}

/*	
#main[id] {
    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;
}
*/