/*---------------------------------------------------------------------*/
/* bCollective MAIN Cascading Style Sheet */
/* Author: Erik Pettee, Sugar House Creative */
/* www.SugarHouseCreative.com */
/*---------------------------------------------------------------------*/

/* General
---------------------------------------------------------------------- */
/* Reset margins and padding to '0' per default specification */
* {margin:0; padding:0}

body {
	text-align:center;
	background:#373133 url(/images/tile.jpg) repeat-x;
}
/* Layout
---------------------------------------------------------------------- */
#container {
	width:1024px;
	margin:0 auto;
	background:;
}
