/* @group General Styles */

body {
	color: black;
	background: white;
}
	
/* @end */

/* @group Layout */

#containerOuter {
	background: url('../images/background/shadow.png') no-repeat center top;
}

#containerInner {
	background: url('../images/content/gradient-bottom-white.png') repeat-x left bottom;
}

/* @end */
