
/*
 *	center.css
 *
 *	Specifies a centered layout for the theme.
 *
 */



.page
{
	margin-left:						auto;
	margin-right:						auto;
}



