/* $Id: local-sample.css 6555 2010-02-24 20:21:15Z chris $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

/* All Regions-------------------------------------------------------------- */

#left-background,
#right-background {
	width: 339px;
	height: 100%;
	position: absolute;
	z-index: 1;
}

#left-background {
	background: #cecece no-repeat 0 0;
	left: 0;
}

#right-background {
	background: transparent no-repeat 0 0;
	right: 0;
}